Skip to content

Commit 89e3de2

Browse files
fix: update explorer url for provenance
TICKET: COIN-4463
1 parent c5852b0 commit 89e3de2

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
@@ -758,7 +758,7 @@ class TiaTestnet extends Testnet implements AccountNetwork {
758758
class Hash extends Mainnet implements AccountNetwork {
759759
name = 'Provenance';
760760
family = CoinFamily.HASH;
761-
explorerUrl = 'https://www.mintscan.io/provenance/tx/';
761+
explorerUrl = 'https://explorer.provenance.io/tx/';
762762
}
763763

764764
class HashTestnet extends Testnet implements AccountNetwork {

0 commit comments

Comments
 (0)