We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e94065 + 1f93798 commit 70bd6cdCopy full SHA for 70bd6cd
src/stores/utils/web3.js
@@ -50,13 +50,13 @@ const explorers = {
50
3: 'https://ropsten.etherscan.io/',
51
4: 'https://rinkeby.etherscan.io/',
52
42:'https://kovan.etherscan.io/',
53
- 77:'https://sokol-explorer.poa.network/',
54
- 99:'https://poaexplorer.com/'
+ 77:'https://blockscout.com/poa/sokol/',
+ 99:'https://blockscout.com/poa/core/'
55
}
56
57
export const getExplorerUrl = (id) => explorers[id]
58
59
-export const getAddressUrl = (id) => getExplorerUrl(id) + (id.toString() === '77' ? 'account/' : 'address/')
+export const getAddressUrl = (id) => getExplorerUrl(id) + 'address/'
60
61
export const getNetworkName = (id) => networks[id] || 'Unknown'
62
0 commit comments