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

Commit

Permalink
Change block explorer URL for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
yograterol committed Apr 16, 2018
1 parent ff42cd3 commit b76ed77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,16 +273,16 @@ nodes.nodeList = {
},
'clo_testnet3': {
'name': 'CLO Testnet 3.0',
'blockExplorerTX': 'https://explorer.callisto.network/tx/[[txHash]]',
'blockExplorerAddr': 'https://explorer.callisto.network/addr/[[address]]',
'blockExplorerTX': 'https://explorer-testnet.callisto.network/tx/[[txHash]]',
'blockExplorerAddr': 'https://explorer-testnet.callisto.network/addr/[[address]]',
'type': nodes.nodeTypes.CLOT,
'eip155': true,
'chainId': 7919,
'tokenList': require('./tokens/cloTokens.json'),
'abiList': require('./abiDefinitions/cloAbi.json'),
'service': 'Callisto.network',
'lib': new nodes.customNode('https://clo-testnet3.0xinfra.com/', '')
},
}
};


Expand Down

0 comments on commit b76ed77

Please sign in to comment.