diff --git a/src/ethereum-providers/connectors.js b/src/ethereum-providers/connectors.js index b921e6d45..513d6ba03 100644 --- a/src/ethereum-providers/connectors.js +++ b/src/ethereum-providers/connectors.js @@ -34,24 +34,6 @@ export const connectors = [ }, } : null, - { - id: 'walletconnect', - properties: { - chainId: [1, 5, 137, 80001, 1666600000, 1666700000, 97, 56, 588, 1088], // add here to handle more injected chains - rpc: { - '1': 'https://mainnet.eth.aragon.network', - '5': 'https://goerli.eth.aragon.network', - '137': 'https://polygon-rpc.com', - '80001': 'https://rpc-mumbai.maticvigil.com', - '1666600000': 'https://api.harmony.one/', - '1666700000': 'https://api.s0.b.hmny.io/', - '97': 'https://data-seed-prebsc-1-s1.binance.org:8545/', - // '56': 'https://bsc-dataseed.binance.org/', //connecting to bnb is not working - '588': 'https://stardust.metis.io/?owner=588', - '1088': 'https://andromeda.metis.io/?owner=1088', - }, - }, - }, ].filter(p => p) // the final data that we pass to use-wallet package.