Skip to content

Commit

Permalink
Merge pull request #1815 from aragon/develop
Browse files Browse the repository at this point in the history
dev2master
  • Loading branch information
mathewmeconry committed Jun 27, 2023
2 parents c5a2078 + 95706d3 commit 8aa038e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/ethereum-providers/connectors.js
Expand Up @@ -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.
Expand Down

0 comments on commit 8aa038e

Please sign in to comment.