(Fix) Use sokol.poaexplorer.com instead of sokol-explorer.poa.network

This commit is contained in:
Vadim Arasev 2018-09-20 13:23:49 +03:00
parent b8c71be7fe
commit 283a66ce06
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ export class BallotEmissionFundsMetadata extends React.Component {
note = <p>To be able to create a new ballot, the previous ballot of this type must be finalized.</p>
}
if (contractsStore.netId === '77') {
explorerLink = `https://sokol-explorer.poa.network/account/${contractsStore.emissionFunds.address}`
explorerLink = `https://sokol.poaexplorer.com/address/search/${contractsStore.emissionFunds.address}`
} else {
explorerLink = `https://poaexplorer.com/address/${contractsStore.emissionFunds.address}`
}