Skip to content

Commit b5faf23

Browse files
authored
Merge pull request #244 from PeterTheOne/patch-1
Switch Gnosis Chain rpc, old one deprecated
2 parents 26d3d0a + a559fa1 commit b5faf23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config/networks.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const NETWORKS_INFO = Object.freeze({
6363
infoURL: 'https://ethereum.org'
6464
},
6565
[NETWORKS.xDai]: {
66-
name: 'xDAI Chain',
66+
name: 'Gnosis Chain',
6767
color: '#48A9A6',
6868
supported: true,
6969
chainId: 100,
@@ -73,9 +73,9 @@ export const NETWORKS_INFO = Object.freeze({
7373
networkId: 100,
7474
nativeCurrency: { name: 'xDAI', symbol: 'xDAI', decimals: 18 },
7575
rpc: [
76-
'https://rpc.xdaichain.com',
76+
'https://rpc.gnosischain.com/',
7777
'https://xdai.poanetwork.dev',
78-
'wss://rpc.xdaichain.com/wss',
78+
'wss://rpc.gnosischain.com/wss',
7979
'wss://xdai.poanetwork.dev/wss',
8080
'http://xdai.poanetwork.dev',
8181
'https://dai.poa.network',

0 commit comments

Comments
 (0)