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 c5852b0 + 89e3de2 commit a42e4c4Copy full SHA for a42e4c4
modules/statics/src/networks.ts
@@ -758,7 +758,7 @@ class TiaTestnet extends Testnet implements AccountNetwork {
758
class Hash extends Mainnet implements AccountNetwork {
759
name = 'Provenance';
760
family = CoinFamily.HASH;
761
- explorerUrl = 'https://www.mintscan.io/provenance/tx/';
+ explorerUrl = 'https://explorer.provenance.io/tx/';
762
}
763
764
class HashTestnet extends Testnet implements AccountNetwork {
0 commit comments