You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been locked since it has been closed for more than 14 days.
If you found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest wagmi version. If you have any other comments you can create a new discussion.
Is there an existing issue for this?
Package Version
2.0.0-rc.0
Current Behavior
While testing the WalletConnect connector, I found an issue where if you need to switch chain it fails with this error
Expected Behavior
The switch chain works as expected.
Steps To Reproduce
Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)
https://playground.li.fi/
Anything else?
I found that here https://github.com/wevm/wagmi/blob/rc/packages/connectors/src/walletConnect.ts#L266 we are trying to provide default block explorer URL, but actually providing object
{name: 'BlockExplorer', url: 'Some URL'}
The text was updated successfully, but these errors were encountered: