-
Notifications
You must be signed in to change notification settings - Fork 6
Update RPC provider configurations #615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
hiletmis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM only a minor issue in changeset
.changeset/curvy-wolves-draw.md
Outdated
| - Add tenderly for apechain, berachain, ethereum, katana, metis, moonbeam, moonriver, optimism, polygon, scroll, taiko, and unichain | ||
| - Add 0xrpc for gnosis | ||
| - Remove alchemy from berachain, ink, optimism, polygon-zkevm, sonic, and unichain | ||
| - Replace publicnode with tenderly for base |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Publicnode is already added in this PR and replaced with tenderly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sharp eyes, thanks for the catch.
blastapisunsets after October 31, so I removed it from all chain configurations. Similarly,drpcstarted caching theeth_blockNumbermethod too aggressively and this occasionally causes unexpected behavior, so it's better not to use it. Other changes aim to increase the number of providers, and unreliable providers have been either removed or replaced with better alternatives.