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 {
13011301 accountExplorerUrl = 'https://sepolia.worldscan.org/address/' ;
13021302 chainId = 4801 ;
13031303 nativeCoinOperationHashPrefix = '4801' ;
1304+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e' ;
1305+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1306+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
13041307}
13051308
13061309class Soneium extends Mainnet implements EthereumNetwork {
@@ -1319,6 +1322,9 @@ class SoneiumTestnet extends Testnet implements EthereumNetwork {
13191322 accountExplorerUrl = 'https://soneium-minato.blockscout.com/address/' ;
13201323 chainId = 1946 ;
13211324 nativeCoinOperationHashPrefix = '1946' ;
1325+ batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e' ;
1326+ forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a' ;
1327+ forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b' ;
13221328}
13231329
13241330class Somnia extends Mainnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments