@@ -890,13 +890,13 @@ class MantraTestnet extends Testnet implements AccountNetwork {
890890class Cronos extends Mainnet implements AccountNetwork {
891891 name = 'Cronos POS' ;
892892 family = CoinFamily . CRONOS ;
893- explorerUrl = 'https://cronos-pos.org/explorer/' ;
893+ explorerUrl = 'https://cronos-pos.org/explorer/tx/ ' ;
894894}
895895
896896class CronosTestnet extends Testnet implements AccountNetwork {
897897 name = 'Testnet Cronos POS' ;
898898 family = CoinFamily . CRONOS ;
899- explorerUrl = 'https://cronos-pos.org/explorer/croeseid4/' ;
899+ explorerUrl = 'https://cronos-pos.org/explorer/croeseid4/tx/ ' ;
900900}
901901
902902class FetchAi extends Mainnet implements AccountNetwork {
@@ -914,25 +914,25 @@ class FetchAiTestnet extends Testnet implements AccountNetwork {
914914class Initia extends Mainnet implements AccountNetwork {
915915 name = 'Initia' ;
916916 family = CoinFamily . INITIA ;
917- explorerUrl = 'https://scan.initia.xyz/' ; //TODO: COIN-3992 : Post launch need to update this if changed
917+ explorerUrl = 'https://scan.initia.xyz/interwoven-1/txs/' ;
918918}
919919
920920class InitiaTestnet extends Testnet implements AccountNetwork {
921921 name = 'Testnet Initia' ;
922922 family = CoinFamily . INITIA ;
923- explorerUrl = 'https://scan.testnet.initia.xyz/initiation-2/' ;
923+ explorerUrl = 'https://scan.testnet.initia.xyz/initiation-2/txs/ ' ;
924924}
925925
926926class Asi extends Mainnet implements AccountNetwork {
927927 name = 'Fetch Native' ;
928928 family = CoinFamily . ASI ;
929- explorerUrl = 'https://companion.fetch.ai/fetchhub-4/' ;
929+ explorerUrl = 'https://companion.fetch.ai/fetchhub-4/transactions/ ' ;
930930}
931931
932932class AsiTestnet extends Testnet implements AccountNetwork {
933933 name = 'Testnet Fetch Native' ;
934934 family = CoinFamily . ASI ;
935- explorerUrl = 'https://companion.fetch.ai/dorado-1/' ;
935+ explorerUrl = 'https://companion.fetch.ai/dorado-1/transactions/ ' ;
936936}
937937
938938class Islm extends Mainnet implements AccountNetwork {
0 commit comments