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.
2 parents 91b3735 + 2cc7e76 commit 842e257Copy full SHA for 842e257
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