Skip to content

Commit c8504f6

Browse files
committed
docs: clarify public fallback RPC limitations
1 parent 4b29391 commit c8504f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/apps/quickstart/build-app.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ Base is a fast, low-cost Ethereum L2 built to bring the next billion users oncha
154154
BASE_SEPOLIA_RPC_URL="https://sepolia.base.org"
155155
```
156156

157-
<Note>
158-
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.
159-
</Note>
157+
<Warning>
158+
`https://sepolia.base.org` and fallback endpoints such as `https://base-sepolia-rpc.publicnode.com` are public RPC endpoints. Use them for local development, tutorials, and testnet experiments only. Public endpoints can be rate-limited or unavailable under load. For production apps, use a dedicated RPC provider or your own Base node.
159+
</Warning>
160160

161161
Load the variable and import your deployer key securely.
162162

0 commit comments

Comments
 (0)