web3-react icon indicating copy to clipboard operation
web3-react copied to clipboard

fix: coinbase errorcode addEthereumChain

Open namgold opened this issue 1 year ago • 2 comments

namgold avatar Jun 20 '23 12:06 namgold

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web3-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 3, 2023 6:57am

vercel[bot] avatar Jun 20 '23 12:06 vercel[bot]

as 20/6/2023, I got the error like below:

{
    "code": -32603,
    "message": "Unrecognized chain ID. Try adding the chain using addEthereumChain first.",
    "data": {
        "originalError": {
            "code": 4902
        }
    },
    "stack": "Error: Unrecognized chain ID. Try adding the chain using addEthereumChain first.\n    at ...",
    "docUrl": "https://docs.cloud.coinbase.com/wallet-sdk/docs/errors?version=3.7.0&code=-32603&method=wallet_switchEthereumChain&message=Unrecognized+chain+ID.+Try+adding+the+chain+using+addEthereumChain+first."
}

namgold avatar Jun 20 '23 12:06 namgold