Skip to content

Commit

Permalink
fix: xdai rpc url (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Feb 23, 2023
1 parent d8c2f81 commit 4de265c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const networkRpcs: Record<string, string> = {
fuse: 'https://rpc.fuse.io',
bsctest: 'https://data-seed-prebsc-1-s1.binance.org:8545',
bsc: 'https://bsc-dataseed1.binance.org/',
xdai: 'https://gnosischain-rpc.gateway.pokt.network/',
xdai: 'https://rpc.ankr.com/gnosis',
celo: 'https://forno.celo.org',
'arbitrum-rinkeby': 'https://rinkeby.arbitrum.io/rpc',
'arbitrum-one': 'https://arb1.arbitrum.io/rpc',
Expand Down

0 comments on commit 4de265c

Please sign in to comment.