block explorer - ropsten

etherscan differentiates between "attacked ropsten" vs "revived ropsten"
https://ropsten.etherscan.io/ is the revived ropsten
feature/default_network_editable
kumavis 8 years ago committed by GitHub
parent 1c956bdb62
commit dca4486a65
  1. 2
      ui/lib/explorer-link.js

@ -6,7 +6,7 @@ module.exports = function (hash, network) {
prefix = ''
break
case 3: // ropsten test net
prefix = 'testnet.'
prefix = 'ropsten.'
break
case 42: // kovan test net
prefix = 'kovan.'

Loading…
Cancel
Save