block explorer - account link - 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 bd4a68531b
  1. 2
      ui/lib/account-link.js

@ -9,7 +9,7 @@ module.exports = function (address, network) {
link = `http://morden.etherscan.io/address/${address}`
break
case 3: // ropsten test net
link = `http://testnet.etherscan.io/address/${address}`
link = `http://ropsten.etherscan.io/address/${address}`
break
case 42: // kovan test net
link = `http://kovan.etherscan.io/address/${address}`

Loading…
Cancel
Save