Skip to content

Commit ec8c650

Browse files
chore: added forwarder for soneium, world
TICKET: WIN-6010
1 parent 6dc852f commit ec8c650

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

modules/statics/src/networks.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,10 @@ class World extends Mainnet implements EthereumNetwork {
13411341
accountExplorerUrl = 'https://worldscan.org/address/';
13421342
chainId = 480;
13431343
nativeCoinOperationHashPrefix = '480';
1344+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
1345+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1346+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1347+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
13441348
}
13451349

13461350
class WorldTestnet extends Testnet implements EthereumNetwork {
@@ -1362,7 +1366,11 @@ class Soneium extends Mainnet implements EthereumNetwork {
13621366
accountExplorerUrl = 'https://soneium.blockscout.com/address/';
13631367
chainId = 1868;
13641368
nativeCoinOperationHashPrefix = '1868';
1369+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
13651370
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1371+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1372+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1373+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
13661374
}
13671375

13681376
class SoneiumTestnet extends Testnet implements EthereumNetwork {

0 commit comments

Comments
 (0)