Skip to content

Commit

Permalink
Merge pull request #4206 from BitGo/WP-1240-account-explorer-xtz-txtz
Browse files Browse the repository at this point in the history
fix: update urls for XTZ and TXTZ explorers
  • Loading branch information
rlutzbitgo authored Jan 19, 2024
2 parents a20e83d + bd38de9 commit 89d859a
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 89d859a

Please sign in to comment.