File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2127,17 +2127,17 @@ class SoneiumTestnet extends Testnet implements EthereumNetwork {
21272127class 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
21362136class 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' ;
You can’t perform that action at this time.
0 commit comments