diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index 85104cc8c4..8a1cebe7ee 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -659,7 +659,7 @@ class Tia extends Mainnet implements AccountNetwork { class TiaTestnet extends Testnet implements AccountNetwork { name = 'Testnet Celestia'; family = CoinFamily.TIA; - explorerUrl = 'https://testnet.mintscan.io/celestia-testnet/txs/'; + explorerUrl = 'https://testnet.celestia.explorers.guru/transaction/'; } class Hash extends Mainnet implements AccountNetwork {