Skip to content
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

RPC request fallbacks #553

Open
gmbronco opened this issue Dec 5, 2023 · 0 comments
Open

RPC request fallbacks #553

gmbronco opened this issue Dec 5, 2023 · 0 comments

Comments

@gmbronco
Copy link
Contributor

gmbronco commented Dec 5, 2023

RPC endpoints quite often have downtimes during which our jobs don't sync. It impacts our service levels depending on real time data. We can invest in resiliency by configuring multiple RPC endpoints for each network and implement fallbacks when preferred one is down.

Ethers: https://docs.ethers.org/v5/api/providers/other/
Ethers V6: https://docs.ethers.org/v6/api/providers/fallback-provider/
Viem: https://viem.sh/docs/clients/transports/fallback.html

@franzns franzns added this to the Support for frontend v3 milestone Dec 13, 2023
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

No branches or pull requests

2 participants