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
Describe the bug
When connected with the universal wallet connector, calling the switchChain method from wagmi's useSwitchChain hook doesn't do anything. I also noticed that the universal wallet connector doesn't have a switchChain method on it.
To Reproduce
Steps to reproduce the behavior:
add universalWalletConnector as a connector in wagmi's createConfig(), making sure to include all chains and networks.
Connect with that connector
Call switchChain from the useSwitchChain hook
Expected behavior
It should switch chains.
Desktop (please complete the following information):
OS: macOS 14
Browser: Google Chrome
Version 123.0.6312.59
The text was updated successfully, but these errors were encountered:
Describe the bug
When connected with the universal wallet connector, calling the
switchChain
method from wagmi'suseSwitchChain
hook doesn't do anything. I also noticed that the universal wallet connector doesn't have aswitchChain
method on it.To Reproduce
Steps to reproduce the behavior:
universalWalletConnector
as a connector in wagmi'screateConfig()
, making sure to include all chains and networks.switchChain
from theuseSwitchChain
hookExpected behavior
It should switch chains.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: