aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-11-23 02:31:29 +0800
committerGitHub <noreply@github.com>2016-11-23 02:31:29 +0800
commitcffe0c27f3c66c15622001b5ef0f3c9f35a99a70 (patch)
treeade4d57ba311779d37e3dfc36700ba2f4814394f /ui
parent8d2afccdc0e355c2cf5425de5c21042b08989393 (diff)
parent2df6ebbd10b2d3bf03d82043b63b367548574ed9 (diff)
downloadtangerine-wallet-browser-cffe0c27f3c66c15622001b5ef0f3c9f35a99a70.tar
tangerine-wallet-browser-cffe0c27f3c66c15622001b5ef0f3c9f35a99a70.tar.gz
tangerine-wallet-browser-cffe0c27f3c66c15622001b5ef0f3c9f35a99a70.tar.bz2
tangerine-wallet-browser-cffe0c27f3c66c15622001b5ef0f3c9f35a99a70.tar.lz
tangerine-wallet-browser-cffe0c27f3c66c15622001b5ef0f3c9f35a99a70.tar.xz
tangerine-wallet-browser-cffe0c27f3c66c15622001b5ef0f3c9f35a99a70.tar.zst
tangerine-wallet-browser-cffe0c27f3c66c15622001b5ef0f3c9f35a99a70.zip
Merge branch 'master' into new-faucet
Diffstat (limited to 'ui')
-rw-r--r--ui/lib/account-link.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/lib/account-link.js b/ui/lib/account-link.js
index a6b120c63..ff52d9c54 100644
--- a/ui/lib/account-link.js
+++ b/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 = `http://morden.etherscan.io/address/${address}`
break
case 3: // ropsten test net
- link = ''
+ link = `http://testnet.etherscan.io/address/${address}`
break
default:
link = ''