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

Commit

Permalink
Merge pull request #2013 from pyskell/gastracker-etc
Browse files Browse the repository at this point in the history
Add gastracker; remove Commonwealth as their nodes are currently down
  • Loading branch information
gamalielhere authored Aug 16, 2018
2 parents c11a14f + 701e981 commit 3253e9d
Showing 1 changed file with 15 additions and 3 deletions.
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

0 comments on commit 3253e9d

Please sign in to comment.