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 May 3, 2018
1 parent c966a47 commit ac94c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ 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,
Expand Down

0 comments on commit ac94c5b

Please sign in to comment.