Skip to content

Commit 49c23e6

Browse files
committed
chore: replace explorers with mintscan for cosmos chains
TICKET: WIN-1697
1 parent 80a2dd5 commit 49c23e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/statics/src/networks.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ class SuiTestnet extends Testnet implements AccountNetwork {
681681
class Atom extends Mainnet implements AccountNetwork {
682682
name = 'Cosmos Hub ATOM';
683683
family = CoinFamily.ATOM;
684-
explorerUrl = 'https://atomscan.com/transactions/';
684+
explorerUrl = 'https://www.mintscan.io/cosmos/tx/';
685685
}
686686

687687
class AtomTestnet extends Testnet implements AccountNetwork {
@@ -717,7 +717,7 @@ class TiaTestnet extends Testnet implements AccountNetwork {
717717
class Hash extends Mainnet implements AccountNetwork {
718718
name = 'Provenance';
719719
family = CoinFamily.HASH;
720-
explorerUrl = 'https://explorer.provenance.io/tx/';
720+
explorerUrl = 'https://www.mintscan.io/provenance/tx/';
721721
}
722722

723723
class HashTestnet extends Testnet implements AccountNetwork {
@@ -748,7 +748,7 @@ class Sei extends Mainnet implements AccountNetwork {
748748
class SeiTestnet extends Testnet implements AccountNetwork {
749749
name = 'Testnet Sei';
750750
family = CoinFamily.SEI;
751-
explorerUrl = 'https://www.seiscan.app/atlantic-2/txs/';
751+
explorerUrl = 'https://www.mintscan.io/sei/tx/';
752752
}
753753

754754
class Zeta extends Mainnet implements AccountNetwork {
@@ -766,7 +766,7 @@ class ZetaTestnet extends Testnet implements AccountNetwork {
766766
class Injective extends Mainnet implements AccountNetwork {
767767
name = 'Injective';
768768
family = CoinFamily.INJECTIVE;
769-
explorerUrl = 'https://explorer.injective.network/transaction/';
769+
explorerUrl = 'https://www.mintscan.io/injective/tx/';
770770
}
771771

772772
class InjectiveTestnet extends Testnet implements AccountNetwork {
@@ -802,7 +802,7 @@ class TonTestnet extends Testnet implements AccountNetwork {
802802
class Coreum extends Mainnet implements AccountNetwork {
803803
name = 'Coreum';
804804
family = CoinFamily.COREUM;
805-
explorerUrl = 'https://explorer.coreum.com/coreum/transactions/';
805+
explorerUrl = 'https://www.mintscan.io/coreum/tx/';
806806
}
807807

808808
class CoreumTestnet extends Testnet implements AccountNetwork {

0 commit comments

Comments
 (0)