Skip to content

Commit a559fa1

Browse files
authored
1 parent 3327c9e commit a559fa1

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
@@ -40,7 +40,7 @@ export const NETWORKS_INFO = Object.freeze({
4040
infoURL: 'https://ethereum.org'
4141
},
4242
[NETWORKS.xDai]: {
43-
name: 'xDAI Chain',
43+
name: 'Gnosis Chain',
4444
color: '#48A9A6',
4545
supported: true,
4646
chainId: 100,
@@ -50,9 +50,9 @@ export const NETWORKS_INFO = Object.freeze({
5050
networkId: 100,
5151
nativeCurrency: { name: 'xDAI', symbol: 'xDAI', decimals: 18 },
5252
rpc: [
53-
'https://rpc.xdaichain.com',
53+
'https://rpc.gnosischain.com/',
5454
'https://xdai.poanetwork.dev',
55-
'wss://rpc.xdaichain.com/wss',
55+
'wss://rpc.gnosischain.com/wss',
5656
'wss://xdai.poanetwork.dev/wss',
5757
'http://xdai.poanetwork.dev',
5858
'https://dai.poa.network',

0 commit comments

Comments
 (0)