We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b3735 commit 2cc7e76Copy full SHA for 2cc7e76
modules/statics/src/networks.ts
@@ -699,7 +699,7 @@ class Atom extends Mainnet implements AccountNetwork {
699
class AtomTestnet extends Testnet implements AccountNetwork {
700
name = 'Testnet Cosmos Hub ATOM';
701
family = CoinFamily.ATOM;
702
- explorerUrl = 'https://explorer.polypore.xyz/theta-testnet-001/tx/';
+ explorerUrl = 'https://explorer.polypore.xyz/provider/tx/';
703
}
704
705
class Osmo extends Mainnet implements AccountNetwork {
0 commit comments