From 15e38d8180a65856da161d4fbe851e17dd388419 Mon Sep 17 00:00:00 2001 From: UfukNode <208284577+UfukNode@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:26:38 +0300 Subject: [PATCH] docs: clarify public fallback RPC limitations --- docs/apps/quickstart/build-app.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.