Skip to content

fix(docs): add rate-limit warning to publicnode fallback RPC URL#1413

Open
schoolkamsergj wants to merge 1 commit into
base:masterfrom
schoolkamsergj:fix/publicnode-rate-limit-v2
Open

fix(docs): add rate-limit warning to publicnode fallback RPC URL#1413
schoolkamsergj wants to merge 1 commit into
base:masterfrom
schoolkamsergj:fix/publicnode-rate-limit-v2

Conversation

@schoolkamsergj
Copy link
Copy Markdown

Summary

The build-app guide suggests https://base-sepolia-rpc.publicnode.com as a fallback RPC endpoint, but includes no warning about its rate limits.

The same note already advises using a dedicated RPC provider for production, but a developer could still use the publicnode endpoint in production thinking it is reliable.

Change

Added one sentence to the existing <Note> in Step 4:

This endpoint is also rate-limited and not recommended for production apps.

Before:

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.

After:

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

No other content was modified.

@cb-heimdall
Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/2
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants