Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/get-started/build-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Base is a fast, low-cost Ethereum L2 built to bring the next billion users oncha
```

<Note>
If `https://sepolia.base.org` is unreachable, use an alternative public endpoint such as `https://base-sepolia-rpc.publicnode.com`. For production apps, use a dedicated RPC provider.
If `https://sepolia.base.org` is unreachable, use an alternative public endpoint such as `https://base-sepolia-rpc.publicnode.com`. Note that this fallback endpoint is also rate-limited and not suitable for production use. For production apps, use a dedicated RPC provider.
</Note>

Load the variable and import your deployer key securely.
Expand Down