From bbb0dcf29b9bcbcc98d307bb46fcce3f921a4f5a Mon Sep 17 00:00:00 2001 From: prithvishet2503 Date: Thu, 12 Mar 2026 16:11:15 +0530 Subject: [PATCH] fix: change the explorer link for SEIEVM Ticket: CECHO-355 --- modules/statics/src/networks.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index 8e66ae62fc..6c2fcd5931 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -2127,8 +2127,8 @@ class SoneiumTestnet extends Testnet implements EthereumNetwork { class SeiEvm extends Mainnet implements EthereumNetwork { name = 'Seievm'; family = CoinFamily.SEIEVM; - explorerUrl = 'https://seitrace.com/tx/'; - accountExplorerUrl = 'https://seitrace.com/address/'; + explorerUrl = 'https://seiscan.io/tx/'; + accountExplorerUrl = 'https://seiscan.io/address/'; chainId = 1329; nativeCoinOperationHashPrefix = '1329'; } @@ -2136,8 +2136,8 @@ class SeiEvm extends Mainnet implements EthereumNetwork { class SeiEvmTestnet extends Testnet implements EthereumNetwork { name = 'SeiEvmTestnet'; family = CoinFamily.SEIEVM; - explorerUrl = 'https://testnet.seistream.app/transactions/'; - accountExplorerUrl = 'https://testnet.seistream.app/account/'; + explorerUrl = 'https://testnet.seiscan.io/tx/'; + accountExplorerUrl = 'https://testnet.seiscan.io/address/'; chainId = 1328; nativeCoinOperationHashPrefix = '1328'; walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';