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.
1 parent 3327c9e commit a559fa1Copy full SHA for a559fa1
src/config/networks.js
@@ -40,7 +40,7 @@ export const NETWORKS_INFO = Object.freeze({
40
infoURL: 'https://ethereum.org'
41
},
42
[NETWORKS.xDai]: {
43
- name: 'xDAI Chain',
+ name: 'Gnosis Chain',
44
color: '#48A9A6',
45
supported: true,
46
chainId: 100,
@@ -50,9 +50,9 @@ export const NETWORKS_INFO = Object.freeze({
50
networkId: 100,
51
nativeCurrency: { name: 'xDAI', symbol: 'xDAI', decimals: 18 },
52
rpc: [
53
- 'https://rpc.xdaichain.com',
+ 'https://rpc.gnosischain.com/',
54
'https://xdai.poanetwork.dev',
55
- 'wss://rpc.xdaichain.com/wss',
+ 'wss://rpc.gnosischain.com/wss',
56
'wss://xdai.poanetwork.dev/wss',
57
'http://xdai.poanetwork.dev',
58
'https://dai.poa.network',
0 commit comments