Add proper links in the new UI

This commit is contained in:
Franco Victorio 2018-07-19 16:29:35 -03:00
parent 26e1a5ad10
commit 970614f9f9
1 changed files with 4 additions and 1 deletions

View File

@ -17,8 +17,11 @@ module.exports = function (address, network) {
case 42: // kovan test net
link = `https://kovan.etherscan.io/address/${address}`
break
case 77: // sokol test net
link = `https://sokol.poaexplorer.com/account/${address}`
break
case 99: // poa net
link = `https://core-explorer.poa.network/account/${address}`
link = `https://poaexplorer.com/account/${address}`
break
default:
link = ''