File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -712,15 +712,13 @@ class XrpTestnet extends Testnet implements AccountNetwork {
712
712
class Xtz extends Mainnet implements AccountNetwork {
713
713
name = 'Xtz' ;
714
714
family = CoinFamily . XTZ ;
715
- explorerUrl = 'https://tezblock.io/transaction/' ;
716
- accountExplorerUrl = 'https://tezblock.io/account/' ;
715
+ explorerUrl = 'https://tzstats.com/' ;
717
716
}
718
717
719
718
class XtzTestnet extends Testnet implements AccountNetwork {
720
719
name = 'XtzTestnet' ;
721
720
family = CoinFamily . XTZ ;
722
- explorerUrl = 'https://carthagenet.tezblock.io/transaction/' ;
723
- accountExplorerUrl = 'https://carthagenet.tezblock.io/account/' ;
721
+ explorerUrl = 'https://mumbai.tzstats.com/' ;
724
722
}
725
723
726
724
class ZCash extends Mainnet implements UtxoNetwork {
You can’t perform that action at this time.
0 commit comments