We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
How should I run the part below?
$ PRIVATE_KEY=PRIVATE_KEY_FROM_ABOVE BUNDLE_EXECUTOR_ADDRESS=DEPLOYED_ADDRESS_FROM_ABOVE FLASHBOTS_RELAY_SIGNING_KEY=RANDOM_ETHEREUM_PRIVATE_KEY npm run start
The text was updated successfully, but these errors were encountered:
You should run the commands in the terminal, then run 'npm run start'
Sorry, something went wrong.
You can use "dotenv" which allows us to use configuration files
Hello, I keep running this in the terminal and I get these errors. please help.
No branches or pull requests
Hello
How should I run the part below?
For example, should I type the Private Key on the command line? Or should I write it in Index.js?
$ PRIVATE_KEY=PRIVATE_KEY_FROM_ABOVE
BUNDLE_EXECUTOR_ADDRESS=DEPLOYED_ADDRESS_FROM_ABOVE
FLASHBOTS_RELAY_SIGNING_KEY=RANDOM_ETHEREUM_PRIVATE_KEY
npm run start
The text was updated successfully, but these errors were encountered: