Skip to content

Commit cd5e7bb

Browse files
Merge pull request #6386 from BitGo/WIN-6056-mon-stt
chore: forwarder address for mon, stt
2 parents 369a1d5 + 3ff1819 commit cd5e7bb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

modules/statics/src/networks.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,13 +1325,22 @@ class MonadTestnet extends Testnet implements EthereumNetwork {
13251325
accountExplorerUrl = 'https://testnet.monadexplorer.com/address/';
13261326
chainId = 10143;
13271327
nativeCoinOperationHashPrefix = '10143';
1328+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1329+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1330+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1331+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1332+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
13281333
}
13291334
class Monad extends Mainnet implements EthereumNetwork {
13301335
name = 'Monad';
13311336
family = CoinFamily.MON;
13321337
explorerUrl = 'https://testnet.monadexplorer.com/tx/'; //TODO: WIN-5225: change it with mainnet explorer, when its available
13331338
chainId = 10143; //TODO: WIN-5225: change it with mainnet explorer, when its available
13341339
nativeCoinOperationHashPrefix = '10143'; //TODO: WIN-5225: change it with mainnet explorer, when its available
1340+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
1341+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1342+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1343+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
13351344
}
13361345

13371346
class World extends Mainnet implements EthereumNetwork {
@@ -1357,6 +1366,7 @@ class WorldTestnet extends Testnet implements EthereumNetwork {
13571366
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
13581367
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
13591368
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1369+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
13601370
}
13611371

13621372
class Soneium extends Mainnet implements EthereumNetwork {
@@ -1402,6 +1412,11 @@ class SomniaTestnet extends Testnet implements EthereumNetwork {
14021412
accountExplorerUrl = 'https://shannon-explorer.somnia.network/address/';
14031413
chainId = 50312;
14041414
nativeCoinOperationHashPrefix = '50312';
1415+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1416+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
1417+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1418+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1419+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
14051420
}
14061421

14071422
class Flare extends Mainnet implements EthereumNetwork {

0 commit comments

Comments
 (0)