Skip to content

Commit

Permalink
Merge pull request #4643 from BitGo/tia-test-explorer-COIN-1005
Browse files Browse the repository at this point in the history
feat(statics): update tia testnet explorer link
  • Loading branch information
nayankjha authored Jun 20, 2024
2 parents 703e907 + 17dc263 commit 746a044
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 746a044

Please sign in to comment.