Skip to content

Commit 5bd418d

Browse files
chore: update contract addresses for kaia, irys, seievm and sonic
Ticket: WIN-6190
1 parent 89fb371 commit 5bd418d

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
@@ -1352,6 +1352,11 @@ class SonicTestnet extends Testnet implements EthereumNetwork {
13521352
accountExplorerUrl = 'https://testnet.sonicscan.org/address/';
13531353
chainId = 57054;
13541354
nativeCoinOperationHashPrefix = '57054';
1355+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1356+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1357+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1358+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1359+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
13551360
}
13561361

13571362
class Kaia extends Mainnet implements EthereumNetwork {
@@ -1370,6 +1375,11 @@ class KaiaTestnet extends Testnet implements EthereumNetwork {
13701375
accountExplorerUrl = 'https://kairos.kaiascan.io/address/';
13711376
chainId = 1001;
13721377
nativeCoinOperationHashPrefix = '1001';
1378+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1379+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1380+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1381+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1382+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
13731383
}
13741384

13751385
class Irys extends Mainnet implements EthereumNetwork {
@@ -1388,6 +1398,11 @@ class IrysTestnet extends Testnet implements EthereumNetwork {
13881398
accountExplorerUrl = 'https://testnet-explorer.irys.xyz/address/';
13891399
chainId = 1270;
13901400
nativeCoinOperationHashPrefix = '1270';
1401+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1402+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1403+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1404+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1405+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
13911406
}
13921407

13931408
class Xdc extends Mainnet implements EthereumNetwork {
@@ -1529,6 +1544,11 @@ class SeiEvmTestnet extends Testnet implements EthereumNetwork {
15291544
accountExplorerUrl = 'https://seitrace.com/address/';
15301545
chainId = 1328;
15311546
nativeCoinOperationHashPrefix = '1328';
1547+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1548+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1549+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1550+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1551+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
15321552
}
15331553

15341554
class Somnia extends Mainnet implements EthereumNetwork {

0 commit comments

Comments
 (0)