Suggested edits for tutorials/create-l2-rollup.mdx#1218
Suggested edits for tutorials/create-l2-rollup.mdx#1218krofax merged 2 commits intoethereum-optimism:mainfrom
Conversation
…es to match order in .envrc
…edrock to install dependencies
✅ Deploy Preview for docs-optimism ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
📝 WalkthroughWalkthroughThe pull request introduces minor modifications to the L2 rollup tutorial documentation located in the Possibly related issues
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)pages/builders/chain-operators/tutorials/create-l2-rollup.mdx (1)Pattern
🔇 Additional comments (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Description
This PR makes two small improvements to enhance user experience in the setup instructions:
Reordered 'Batcher' and 'Proposer' in the recommended ETH balances section to match the sequence in:
./packages/contracts-bedrock/scripts/getting-started/wallets.sh.envrcfileThis alignment makes the documentation more consistent with the actual setup flow.
Added
forge installstep after navigating tooptimism/packages/contracts-bedrockto ensure all dependencies are properly installed before proceeding.These changes make the setup process more intuitive and prevent potential issues from missing dependencies.
Tests
Changes are documentation-only, affecting the setup instructions flow. Verified the sequence matches the actual script output and tested the dependency installation step.
Additional context
These improvements came from following the setup process and noting points where the documentation could better align with the actual implementation.