This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
Replies: 1 comment
-
This is a bit tricky as you can only pass one RPC URL per chain to WalletConnect, and I don't think WalletConnect's EIP-1193 Provider has fallback functionality. Let's move this to discussions and we can keep track of it there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing issue for this?
Current Behavior
I noticed today that when the Polygon Mumbai public/default RPC (https://matic-mumbai.chainstacklabs.com/) was down, despite configuring higher priority RPC nodes with
configureChains
, the failing public RPC node was the only node that was contacted for estimating gas or sending transactions.Expected Behavior
The connector should either:
configureChains
Steps To Reproduce
No response
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions