1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

block explorer - account link - ropsten

etherscan differentiates between "attacked ropsten" vs "revived ropsten"
https://ropsten.etherscan.io/ is the revived ropsten
This commit is contained in:
kumavis 2017-03-27 10:55:40 -07:00 committed by GitHub
parent 1c956bdb62
commit bd4a68531b

View File

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