Skip to content

Commit 7597d3f

Browse files
chore: update contract addresses for kaia, irys, seievm and sonic
Ticket: WIN-6190
2 parents 6fa7eaa + 5bd418d commit 7597d3f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

modules/statics/src/networks.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,11 @@ class SonicTestnet extends Testnet implements EthereumNetwork {
14261426
accountExplorerUrl = 'https://testnet.sonicscan.org/address/';
14271427
chainId = 57054;
14281428
nativeCoinOperationHashPrefix = '57054';
1429+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1430+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1431+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1432+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1433+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
14291434
}
14301435

14311436
class Kaia extends Mainnet implements EthereumNetwork {
@@ -1444,6 +1449,11 @@ class KaiaTestnet extends Testnet implements EthereumNetwork {
14441449
accountExplorerUrl = 'https://kairos.kaiascan.io/address/';
14451450
chainId = 1001;
14461451
nativeCoinOperationHashPrefix = '1001';
1452+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1453+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1454+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1455+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1456+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
14471457
}
14481458

14491459
class Irys extends Mainnet implements EthereumNetwork {
@@ -1462,6 +1472,11 @@ class IrysTestnet extends Testnet implements EthereumNetwork {
14621472
accountExplorerUrl = 'https://testnet-explorer.irys.xyz/address/';
14631473
chainId = 1270;
14641474
nativeCoinOperationHashPrefix = '1270';
1475+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1476+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1477+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1478+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1479+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
14651480
}
14661481

14671482
class Og extends Mainnet implements EthereumNetwork {
@@ -1621,6 +1636,11 @@ class SeiEvmTestnet extends Testnet implements EthereumNetwork {
16211636
accountExplorerUrl = 'https://seitrace.com/address/';
16221637
chainId = 1328;
16231638
nativeCoinOperationHashPrefix = '1328';
1639+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1640+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1641+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1642+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1643+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
16241644
}
16251645

16261646
class Somnia extends Mainnet implements EthereumNetwork {

0 commit comments

Comments
 (0)