From 56395d695e447900b12135c8079374cf2dcb1f33 Mon Sep 17 00:00:00 2001 From: Penzlik Date: Sun, 3 May 2026 11:24:00 +0300 Subject: [PATCH] fix(docs): add rate-limit warning for publicnode fallback RPC in build-app guide --- docs/get-started/build-app.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/build-app.mdx b/docs/get-started/build-app.mdx index c292e60a8..02f154763 100644 --- a/docs/get-started/build-app.mdx +++ b/docs/get-started/build-app.mdx @@ -155,7 +155,7 @@ Base is a fast, low-cost Ethereum L2 built to bring the next billion users oncha ``` - 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. Load the variable and import your deployer key securely.