Skip to content

Commit

Permalink
Merge pull request #4038 from BitGo/WIN-1057-update-tia-url
Browse files Browse the repository at this point in the history
chore(statics): fix celestia url
  • Loading branch information
DinshawKothari authored Nov 3, 2023
2 parents ad810ba + a40af1b commit addaccc
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 @@ -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 {
Expand Down

0 comments on commit addaccc

Please sign in to comment.