Closed AlexBHarley closed 4 months ago
@AlexBHarley Tested against the dApp, and it looks like everything is working as expected. Network switches don't require an approval in Rainbow, so you'll see a notification at the top right that the network has been changed. You can always design around this in your app by automatically performing a switch without a user interaction for Rainbow. You can detect the wallet with our rdns me.rainbow
for EIP-6963, or window.ethereum.isRainbow
.
Description
Wagmi's
wallet.data.switchChain
does nothing when using the Rainbow browser extension. It works correctly with MetaMask.Dependencies
Reproduction
Alternatively you can navigate to Superbridge and try bridge an ERC20 token. There you will see the
Switch to approve
button does nothing.