aboutsummaryrefslogtreecommitdiffstats
path: root/ui/lib/account-link.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/lib/account-link.js')
-rw-r--r--ui/lib/account-link.js11
1 files changed, 1 insertions, 10 deletions
diff --git a/ui/lib/account-link.js b/ui/lib/account-link.js
index 037d990f..93697b13 100644
--- a/ui/lib/account-link.js
+++ b/ui/lib/account-link.js
@@ -5,18 +5,9 @@ module.exports = function (address, network) {
case 1: // main net
link = `https://etherscan.io/address/${address}`
break
- case 2: // morden test net
+ case 2: // test net
link = `https://morden.etherscan.io/address/${address}`
break
- case 3: // ropsten test net
- link = `https://ropsten.etherscan.io/address/${address}`
- break
- case 4: // rinkeby test net
- link = `https://rinkeby.etherscan.io/address/${address}`
- break
- case 42: // kovan test net
- link = `https://kovan.etherscan.io/address/${address}`
- break
default:
link = ''
break