Skip to content

Commit 842e257

Browse files
authored
Merge pull request #5225 from BitGo/fix-atom-url
chore: update explorer url for atom
2 parents 91b3735 + 2cc7e76 commit 842e257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ class Atom extends Mainnet implements AccountNetwork {
699699
class AtomTestnet extends Testnet implements AccountNetwork {
700700
name = 'Testnet Cosmos Hub ATOM';
701701
family = CoinFamily.ATOM;
702-
explorerUrl = 'https://explorer.polypore.xyz/theta-testnet-001/tx/';
702+
explorerUrl = 'https://explorer.polypore.xyz/provider/tx/';
703703
}
704704

705705
class Osmo extends Mainnet implements AccountNetwork {

0 commit comments

Comments
 (0)