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

Add support for multiple RPC providers #872

Open
jereldlimjy opened this issue Dec 6, 2023 · 2 comments · May be fixed by #980
Open

Add support for multiple RPC providers #872

jereldlimjy opened this issue Dec 6, 2023 · 2 comments · May be fixed by #980
Labels
OnlyDust Open for OnlyDust contributors Type: feature New feature or request

Comments

@jereldlimjy
Copy link

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

@jereldlimjy jereldlimjy added the Type: feature New feature or request label Dec 6, 2023
@tabaktoni tabaktoni added the OnlyDust Open for OnlyDust contributors label Dec 14, 2023
@tabaktoni
Copy link
Collaborator

One could do this localy by creating multiple Providers but we can create it also in the lib./
I'm marking this as only dust, his should be simple to do. we could call it fallbackRpcProvider or it could be implemented inside existing rpc provider?

@ivpavici
Copy link
Collaborator

Ethers.js has a rather complex logic regarding this IIRC, we could try and go with something simple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OnlyDust Open for OnlyDust contributors Type: feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants