-
Notifications
You must be signed in to change notification settings - Fork 796
Add support for multiple RPC providers #872
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
Comments
One could do this localy by creating multiple Providers but we can create it also in the lib./ |
Ethers.js has a rather complex logic regarding this IIRC, we could try and go with something simple |
I'm interested in working on this issue to add support for automatic failover from a primary to a secondary RPC provider. I have experience handling API integrations, error detection, and implementing fallback strategies in web applications. |
Currently supports a single choice of RPC provider. To add support for failing over from a primary to a secondary RPC provider, based on an error response/no response from the primary
The text was updated successfully, but these errors were encountered: