Skip to content

Commit 0e20775

Browse files
fix: changing the explorer url for tseievm
Ticket: WIN-8104 TICKET: WIN-8104
1 parent 935047f commit 0e20775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,8 +1834,8 @@ class SeiEvm extends Mainnet implements EthereumNetwork {
18341834
class SeiEvmTestnet extends Testnet implements EthereumNetwork {
18351835
name = 'SeiEvmTestnet';
18361836
family = CoinFamily.SEIEVM;
1837-
explorerUrl = 'https://seitrace.com/tx/';
1838-
accountExplorerUrl = 'https://seitrace.com/address/';
1837+
explorerUrl = 'https://testnet.seistream.app/transactions/';
1838+
accountExplorerUrl = 'https://testnet.seistream.app/account/';
18391839
chainId = 1328;
18401840
nativeCoinOperationHashPrefix = '1328';
18411841
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';

0 commit comments

Comments
 (0)