Skip to content

Commit

Permalink
fix(rpc): update default rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxklenk committed Jan 5, 2022
1 parent 88576c8 commit 820b762
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ export const supportedChains: Array<Chain> = [
symbol: 'MATIC',
decimals: 18,
},
rpcUrls: ['https://rpc-mainnet.maticvigil.com/'],
rpcUrls: [
'https://polygon-rpc.com/',
'https://rpc-mainnet.maticvigil.com/',
],
},
},
// 56 - Binance Smart Chain
Expand Down Expand Up @@ -138,9 +141,9 @@ export const supportedChains: Array<Chain> = [
decimals: 18,
},
rpcUrls: [
'https://xdai.poanetwork.dev/',
'https://rpc.xdaichain.com/',
'https://dai.poa.network/',
'https://xdai.poanetwork.dev/',
'https://xdai.1hive.org/',
],
},
Expand Down

0 comments on commit 820b762

Please sign in to comment.