Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Add gastracker; remove Commonwealth as their nodes are currently down #2013

Merged
merged 3 commits into from
Aug 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ nodes.nodeList = {
'service': 'giveth.io',
'lib': new nodes.customNode('https://mew.giveth.io', '')
},
'etc_ethereum_commonwealth': {
'etc_gastracker': {
'name': 'ETC',
'blockExplorerTX': 'https://gastracker.io/tx/[[txHash]]',
'blockExplorerAddr': 'https://gastracker.io/addr/[[address]]',
Expand All @@ -99,8 +99,8 @@ nodes.nodeList = {
'chainId': 61,
'tokenList': require('./tokens/etcTokens.json'),
'abiList': require('./abiDefinitions/etcAbi.json'),
'service': 'Ethereum Commonwealth',
'lib': new nodes.customNode('https://etc-geth.0xinfra.com', '')
'service': 'GasTracker',
'lib': new nodes.customNode('https://web3.gastracker.io', '')
},
'etc_epool': {
'name': 'ETC',
Expand All @@ -113,6 +113,18 @@ nodes.nodeList = {
'abiList': require('./abiDefinitions/etcAbi.json'),
'service': 'epool.io',
'lib': new nodes.customNode('https://mew.epool.io', '')
},
'etc_etccoop': {
'name': 'ETC',
'blockExplorerTX': 'https://gastracker.io/tx/[[txHash]]',
'blockExplorerAddr': 'https://gastracker.io/addr/[[address]]',
'type': nodes.nodeTypes.ETC,
'eip155': true,
'chainId': 61,
'tokenList': require('./tokens/etcTokens.json'),
'abiList': require('./abiDefinitions/etcAbi.json'),
'service': 'ETC Cooperative',
'lib': new nodes.customNode('https://ethereumclassic.network', '')
},
'rop_mew': {
'name': 'Ropsten',
Expand Down