diff --git a/docs/apps/quickstart/build-app.mdx b/docs/apps/quickstart/build-app.mdx index 2c2070b96..2ef7a8a89 100644 --- a/docs/apps/quickstart/build-app.mdx +++ b/docs/apps/quickstart/build-app.mdx @@ -154,9 +154,9 @@ Base is a fast, low-cost Ethereum L2 built to bring the next billion users oncha BASE_SEPOLIA_RPC_URL="https://sepolia.base.org" ``` - - 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. - + + `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. + Load the variable and import your deployer key securely.