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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/lib/account-link.js b/ui/lib/account-link.js
index ce8ef254..be9fd429 100644
--- a/ui/lib/account-link.js
+++ b/ui/lib/account-link.js
@@ -6,7 +6,7 @@ module.exports = function (address, network) {
link = `https://dexscan.org/address/${address}`
break
case 2: // test net
- case 237: // test net
+ case 238: // test net
default:
link = `https://testnet.dexscan.org/address/${address}`
break