rayQuadrata

Results 2 comments of rayQuadrata

@torreyatcitty @gurukishore111 in `chains.ts` you can add the following to be used for the WalletConnectV2 chainIds for it to work properly. ``` export const DEFAULT_MAIN_CHAINS = [ // mainnets "eip155:1",...

> @rayQuadrata, thanks for the reply. I have added those chain IDs in the format recommended by web3-react [link](https://github.com/Uniswap/web3-react/blob/main/example/chains.ts#L76). However, it's still throwing the same issue. @gurukishore111 as you can...