Skip to content

Commit e2e104e

Browse files
fix(statics): update XTZ/TXTZ block explorer
2 parents dcaa045 + a9963ac commit e2e104e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/statics/src/networks.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -712,15 +712,13 @@ class XrpTestnet extends Testnet implements AccountNetwork {
712712
class Xtz extends Mainnet implements AccountNetwork {
713713
name = 'Xtz';
714714
family = CoinFamily.XTZ;
715-
explorerUrl = 'https://tezblock.io/transaction/';
716-
accountExplorerUrl = 'https://tezblock.io/account/';
715+
explorerUrl = 'https://tzstats.com/';
717716
}
718717

719718
class XtzTestnet extends Testnet implements AccountNetwork {
720719
name = 'XtzTestnet';
721720
family = CoinFamily.XTZ;
722-
explorerUrl = 'https://carthagenet.tezblock.io/transaction/';
723-
accountExplorerUrl = 'https://carthagenet.tezblock.io/account/';
721+
explorerUrl = 'https://mumbai.tzstats.com/';
724722
}
725723

726724
class ZCash extends Mainnet implements UtxoNetwork {

0 commit comments

Comments
 (0)