We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26d3d0a + a559fa1 commit b5faf23Copy full SHA for b5faf23
src/config/networks.js
@@ -63,7 +63,7 @@ export const NETWORKS_INFO = Object.freeze({
63
infoURL: 'https://ethereum.org'
64
},
65
[NETWORKS.xDai]: {
66
- name: 'xDAI Chain',
+ name: 'Gnosis Chain',
67
color: '#48A9A6',
68
supported: true,
69
chainId: 100,
@@ -73,9 +73,9 @@ export const NETWORKS_INFO = Object.freeze({
73
networkId: 100,
74
nativeCurrency: { name: 'xDAI', symbol: 'xDAI', decimals: 18 },
75
rpc: [
76
- 'https://rpc.xdaichain.com',
+ 'https://rpc.gnosischain.com/',
77
'https://xdai.poanetwork.dev',
78
- 'wss://rpc.xdaichain.com/wss',
+ 'wss://rpc.gnosischain.com/wss',
79
'wss://xdai.poanetwork.dev/wss',
80
'http://xdai.poanetwork.dev',
81
'https://dai.poa.network',
0 commit comments