Skip to content

Commit d2d3821

Browse files
chore: replace explorers with mintscan for cosmos chains
2 parents 7bf48fd + 49c23e6 commit d2d3821

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
@@ -693,7 +693,7 @@ class SuiTestnet extends Testnet implements AccountNetwork {
693693
class Atom extends Mainnet implements AccountNetwork {
694694
name = 'Cosmos Hub ATOM';
695695
family = CoinFamily.ATOM;
696-
explorerUrl = 'https://atomscan.com/transactions/';
696+
explorerUrl = 'https://www.mintscan.io/cosmos/tx/';
697697
}
698698

699699
class AtomTestnet extends Testnet implements AccountNetwork {
@@ -729,7 +729,7 @@ class TiaTestnet extends Testnet implements AccountNetwork {
729729
class Hash extends Mainnet implements AccountNetwork {
730730
name = 'Provenance';
731731
family = CoinFamily.HASH;
732-
explorerUrl = 'https://explorer.provenance.io/tx/';
732+
explorerUrl = 'https://www.mintscan.io/provenance/tx/';
733733
}
734734

735735
class HashTestnet extends Testnet implements AccountNetwork {
@@ -760,7 +760,7 @@ class Sei extends Mainnet implements AccountNetwork {
760760
class SeiTestnet extends Testnet implements AccountNetwork {
761761
name = 'Testnet Sei';
762762
family = CoinFamily.SEI;
763-
explorerUrl = 'https://www.seiscan.app/atlantic-2/txs/';
763+
explorerUrl = 'https://www.mintscan.io/sei/tx/';
764764
}
765765

766766
class Zeta extends Mainnet implements AccountNetwork {
@@ -778,7 +778,7 @@ class ZetaTestnet extends Testnet implements AccountNetwork {
778778
class Injective extends Mainnet implements AccountNetwork {
779779
name = 'Injective';
780780
family = CoinFamily.INJECTIVE;
781-
explorerUrl = 'https://explorer.injective.network/transaction/';
781+
explorerUrl = 'https://www.mintscan.io/injective/tx/';
782782
}
783783

784784
class InjectiveTestnet extends Testnet implements AccountNetwork {
@@ -814,7 +814,7 @@ class TonTestnet extends Testnet implements AccountNetwork {
814814
class Coreum extends Mainnet implements AccountNetwork {
815815
name = 'Coreum';
816816
family = CoinFamily.COREUM;
817-
explorerUrl = 'https://explorer.coreum.com/coreum/transactions/';
817+
explorerUrl = 'https://www.mintscan.io/coreum/tx/';
818818
}
819819

820820
class CoreumTestnet extends Testnet implements AccountNetwork {

0 commit comments

Comments
 (0)