Add ropsten link support

feature/default_network_editable
Dan Finlay 8 years ago
parent b4bee4fb59
commit 7d38c4ccb6
  1. 4
      ui/lib/account-link.js

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

Loading…
Cancel
Save