-
Notifications
You must be signed in to change notification settings - Fork 270
Suggested edits for tutorials/create-l2-rollup.mdx #1218
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
…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
.envrc
fileThis alignment makes the documentation more consistent with the actual setup flow.
Added
forge install
step after navigating tooptimism/packages/contracts-bedrock
to 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.