Skip to content

Commit

Permalink
fix: update urls for XTZ and TXTZ explorers
Browse files Browse the repository at this point in the history
Ticket: WP-1240
  • Loading branch information
alexhu-bitgo committed Jan 19, 2024
1 parent ec116f7 commit bd38de9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/statics/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -848,12 +848,14 @@ class Xtz extends Mainnet implements AccountNetwork {
name = 'Xtz';
family = CoinFamily.XTZ;
explorerUrl = 'https://tzstats.com/';
accountExplorerUrl = 'https://tzstats.com/';
}

class XtzTestnet extends Testnet implements AccountNetwork {
name = 'XtzTestnet';
family = CoinFamily.XTZ;
explorerUrl = 'https://mumbai.tzstats.com/';
explorerUrl = 'https://ghostnet.tzkt.io/';
accountExplorerUrl = 'https://ghostnet.tzkt.io/';
}

class ZCash extends Mainnet implements UtxoNetwork {
Expand Down

0 comments on commit bd38de9

Please sign in to comment.