Skip to content

Commit

Permalink
feat(statics): update tia testnet explorer link
Browse files Browse the repository at this point in the history
TICKET: COIN-1005
  • Loading branch information
nayankjha committed Jun 19, 2024
1 parent 9cbd639 commit 17dc263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/statics/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 17dc263

Please sign in to comment.