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 #1926 from rstormsf/mercury
Browse files Browse the repository at this point in the history
Change RPC endpoint for POA.network
  • Loading branch information
gamalielhere authored Jun 26, 2018
2 parents 56f133e + 5be4159 commit 6468e69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,16 +227,16 @@ nodes.nodeList = {
},
'poa': {
'name': 'POA',
'blockExplorerTX': 'https://core-explorer.poa.network/tx/[[txHash]]',
'blockExplorerAddr': 'https://core-explorer.poa.network/account/[[address]]',
'blockExplorerTX': 'https://poaexplorer.com/tx/[[txHash]]',
'blockExplorerAddr': 'https://poaexplorer.com/address/[[address]]',
'type': nodes.nodeTypes.POA,
'eip155': true,
'chainId': 99,
'tokenList': require('./tokens/poaTokens.json'),
'abiList': require('./abiDefinitions/poaAbi.json'),
'estimateGas': true,
'service': 'core.poa.network',
'lib': new nodes.customNode('https://core.poa.network', '')
'service': 'poa.infura.io',
'lib': new nodes.infuraNode('https://poa.infura.io')
},
'tomo': {
'name': 'TOMO',
Expand Down

0 comments on commit 6468e69

Please sign in to comment.