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
Our web3 supports multiple chains, and for browser extension wallets, correct chain can be switched to with useSwitchNetworkwagmi hook.
With Rainbow mobile wallet (through WalletConnect), it fails to switch chain using wagmi hook ('Missing or invalid. request() method: wallet_switchEthereumChain'#4924). As mentioned in related ticket
... rainbow shows all of a users assets across all supported networks so we don't fully support wallet_switchEthereumChain & wallet_addEthereumChain on mobile.
If I skip network selection step, it attempts to send transaction to first network in the list (Arbitrum One instead of Base Sepolia in my case). I don't see a network selector anywhere in the mobile app.
How to fix this problem? Is it even possible to send txn (mint) using Rainbow wallet?
Note: i'm using wagmi 1.x (usePrepareContractWrite/useContractWrite) but tried with wagmi 2.x, and run into the same issue.
The text was updated successfully, but these errors were encountered:
Our web3 supports multiple chains, and for browser extension wallets, correct chain can be switched to with
useSwitchNetwork
wagmi
hook.With Rainbow mobile wallet (through WalletConnect), it fails to switch chain using wagmi hook (
'Missing or invalid. request() method: wallet_switchEthereumChain'
#4924). As mentioned in related ticketIf I skip network selection step, it attempts to send transaction to first network in the list (Arbitrum One instead of Base Sepolia in my case). I don't see a network selector anywhere in the mobile app.
How to fix this problem? Is it even possible to send txn (mint) using Rainbow wallet?
Note: i'm using
wagmi 1.x
(usePrepareContractWrite/useContractWrite
) but tried withwagmi 2.x
, and run into the same issue.The text was updated successfully, but these errors were encountered: