From a40af1bd779e0b2db2805d2022f72c62ac926b49 Mon Sep 17 00:00:00 2001 From: Mukesh Mahadev Prajapati Date: Fri, 3 Nov 2023 11:40:40 +0530 Subject: [PATCH] chore(statics): fix celestia url Ticket: WIN-1057 --- modules/statics/src/networks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index aee2fa27fe..95db23bde2 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -620,7 +620,7 @@ class Tia extends Mainnet implements AccountNetwork { class TiaTestnet extends Testnet implements AccountNetwork { name = 'Testnet Celestia'; family = CoinFamily.TIA; - explorerUrl = 'https://celestia.explorers.guru/transaction/'; + explorerUrl = 'https://testnet.mintscan.io/celestia-testnet/txs/'; } class Hash extends Mainnet implements AccountNetwork {