File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1473,13 +1473,15 @@ class PolymeshTestnet extends Testnet implements AccountNetwork {
14731473class Vet extends Mainnet implements AccountNetwork {
14741474 name = 'VeChain' ;
14751475 family = CoinFamily . VET ;
1476- explorerUrl = 'https://explore.vechain.org/' ;
1476+ explorerUrl = 'https://explore.vechain.org/transactions/' ;
1477+ accountExplorerUrl = 'https://explore.vechain.org/accounts/' ;
14771478}
14781479
14791480class VetTestnet extends Testnet implements AccountNetwork {
14801481 name = 'VeChainTestnet' ;
14811482 family = CoinFamily . VET ;
1482- explorerUrl = 'https://explore-testnet.vechain.org/' ;
1483+ explorerUrl = 'https://explore-testnet.vechain.org/transactions/' ;
1484+ accountExplorerUrl = 'https://explore-testnet.vechain.org/accounts/' ;
14831485}
14841486
14851487export const Networks = {
You can’t perform that action at this time.
0 commit comments