Skip to content

Commit bbb0dcf

Browse files
fix: change the explorer link for SEIEVM
Ticket: CECHO-355
1 parent 4c90aff commit bbb0dcf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/statics/src/networks.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,17 +2127,17 @@ class SoneiumTestnet extends Testnet implements EthereumNetwork {
21272127
class SeiEvm extends Mainnet implements EthereumNetwork {
21282128
name = 'Seievm';
21292129
family = CoinFamily.SEIEVM;
2130-
explorerUrl = 'https://seitrace.com/tx/';
2131-
accountExplorerUrl = 'https://seitrace.com/address/';
2130+
explorerUrl = 'https://seiscan.io/tx/';
2131+
accountExplorerUrl = 'https://seiscan.io/address/';
21322132
chainId = 1329;
21332133
nativeCoinOperationHashPrefix = '1329';
21342134
}
21352135

21362136
class SeiEvmTestnet extends Testnet implements EthereumNetwork {
21372137
name = 'SeiEvmTestnet';
21382138
family = CoinFamily.SEIEVM;
2139-
explorerUrl = 'https://testnet.seistream.app/transactions/';
2140-
accountExplorerUrl = 'https://testnet.seistream.app/account/';
2139+
explorerUrl = 'https://testnet.seiscan.io/tx/';
2140+
accountExplorerUrl = 'https://testnet.seiscan.io/address/';
21412141
chainId = 1328;
21422142
nativeCoinOperationHashPrefix = '1328';
21432143
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';

0 commit comments

Comments
 (0)