-
Notifications
You must be signed in to change notification settings - Fork 497
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
docs: Improve quickstart guide formatting and environment setup clarity #1508
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🟡 Heimdall Review Status
|
@DeVikingMark is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
@@ -79,8 +79,8 @@ Let's set up both of these: | |||
2. Add the Base network RPC URL to your `.env` file | |||
|
|||
```bash | |||
BASE_RPC_URL="https://mainnet.base.org" | |||
BASE_SEPOLIA_RPC_URL="https://sepolia.base.org" | |||
BASE_RPC_URL=https://mainnet.base.org |
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.
Please drop this change; we prefer to use quotes in this context
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.
Please drop this change; we prefer to use quotes in this context
did it ✅
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.
Thanks for this PR! Left a nit in-line.
This PR enhances the Base quickstart guide with several improvements:
These changes make the documentation more user-friendly and align with standard documentation practices.
Changes made:
tags
Testing: