-
Notifications
You must be signed in to change notification settings - Fork 144
chore: fix op-rbuilder devnet docs #562
New issue
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only devnet workflow that worked for me. At least the playground and op-rbuilder started sucessfully. Thanks 🙏
With this approach, I am getting |
@squadgazzz are you using this PR for your local builder-playground? Currently the default builder playground setup doesn't fund the L2 addresses. I don't want to add this to the readme, as I'm hoping it's temporary until it's merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect 👍
docker run mevflood init -r http://host.docker.internal:8547 -s local.json | ||
git clone https://github.com/flashbots/contender | ||
cd contender | ||
cargo run -- setup ./scenarios/simple.toml http://localhost:2222 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it work correctly for you? The run gets stuck
opening DB at /Users/squadgazzz/.contender/contender.db
No private keys provided. Using default private keys.
sending funding txs (1 account)...
waiting for funding tasks to finish...
funding account 0x1E0BC2B8ae3A99760bF83588DA2b4Da649D71E5C with user account 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266. tx: 1b454a47f62cd11b27ea513b81dfc8507bd366913ba9b809abbf4cdbb4537237
📝 Summary
Update the op-rbuilder devnet documentation:
✅ I have completed the following steps:
make lint
make test