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}` link = `http://etherscan.io/address/${address}`
break break
case 2: // morden test net case 2: // morden test net
link = `http://testnet.etherscan.io/address/${address}` link = ''
break break
case 3: // ropsten test net case 3: // ropsten test net
link = '' link = `http://testnet.etherscan.io/address/${address}`
break break
default: default:
link = '' link = ''

Loading…
Cancel
Save