Skip to content

Commit 89470bb

Browse files
Merge pull request #6213 from BitGo/WIN-5715-soneium-world
chore: added batcher, forwarder address for tworld, tsoneium
2 parents 5fdf0ad + 9cb572a commit 89470bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/statics/src/networks.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

13061309
class 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

13241330
class Somnia extends Mainnet implements EthereumNetwork {

0 commit comments

Comments
 (0)