File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1301,6 +1301,9 @@ class WorldTestnet extends Testnet implements EthereumNetwork {
1301
1301
accountExplorerUrl = 'https://sepolia.worldscan.org/address/' ;
1302
1302
chainId = 4801 ;
1303
1303
nativeCoinOperationHashPrefix = '4801' ;
1304
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e' ;
1305
+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1306
+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
1304
1307
}
1305
1308
1306
1309
class Soneium extends Mainnet implements EthereumNetwork {
@@ -1319,6 +1322,9 @@ class SoneiumTestnet extends Testnet implements EthereumNetwork {
1319
1322
accountExplorerUrl = 'https://soneium-minato.blockscout.com/address/' ;
1320
1323
chainId = 1946 ;
1321
1324
nativeCoinOperationHashPrefix = '1946' ;
1325
+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e' ;
1326
+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1327
+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
1322
1328
}
1323
1329
1324
1330
class Somnia extends Mainnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments