We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 935047f + 0e20775 commit b0d75f4Copy full SHA for b0d75f4
modules/statics/src/networks.ts
@@ -1834,8 +1834,8 @@ class SeiEvm extends Mainnet implements EthereumNetwork {
1834
class SeiEvmTestnet extends Testnet implements EthereumNetwork {
1835
name = 'SeiEvmTestnet';
1836
family = CoinFamily.SEIEVM;
1837
- explorerUrl = 'https://seitrace.com/tx/';
1838
- accountExplorerUrl = 'https://seitrace.com/address/';
+ explorerUrl = 'https://testnet.seistream.app/transactions/';
+ accountExplorerUrl = 'https://testnet.seistream.app/account/';
1839
chainId = 1328;
1840
nativeCoinOperationHashPrefix = '1328';
1841
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
0 commit comments