Skip to content

Commit b0d75f4

Browse files
Merge pull request #7657 from BitGo/WIN-8104
fix: changing the explorer url for tseievm
2 parents 935047f + 0e20775 commit b0d75f4

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)