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:
- respect the FallbackProvider created by
configureChains
- provide a method for specifying fallback RPC nodes
- provide a method for specifying a single RPC node
Steps To Reproduce
No response
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response