diff options
Diffstat (limited to 'ui/lib/account-link.js')
-rw-r--r-- | ui/lib/account-link.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/lib/account-link.js b/ui/lib/account-link.js index df875abf..a87e8c56 100644 --- a/ui/lib/account-link.js +++ b/ui/lib/account-link.js @@ -4,12 +4,12 @@ module.exports = function (address, network) { switch (net) { case 1: // main net case 237: // main net - link = `https://dexscan.app/address/${address}` + link = `https://dexonscan.app/address/${address}` break case 2: // test net case 238: // test net default: - link = `https://testnet.dexscan.app/address/${address}` + link = `https://testnet.dexonscan.app/address/${address}` break } |