This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
Fixing CoinbaseWalletConnector wallet_addEthereumChain
issue
#495
a1740942002
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, there is a bug in your official
CoinbaseWalletConnector
, which causingwallet_addEthereumChain
not working.In this line, should be refined to
In the runtime, when you trying to switch to an unknown network via Coinbase wallet, the error should look like this:
so you will need to create a new type like this:
I was trying to clone the repo and make a pull request, but there are some issue in your githook, so I make this discussion.
Beta Was this translation helpful? Give feedback.
All reactions