Skip to content

Commit 2cc7e76

Browse files
committed
chore: update explorer url for atom
Ticket: WIN-3976
1 parent 91b3735 commit 2cc7e76

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)