Skip to content

Commit 7972e1b

Browse files
Merge pull request #6685 from BitGo/WIN-6697
chore: contract address update for somnia mainnet
2 parents c58bd49 + 29bc41b commit 7972e1b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/statics/src/networks.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,6 +1629,11 @@ class Somnia extends Mainnet implements EthereumNetwork {
16291629
explorerUrl = 'https://mainnet.somnia.w3us.site/tx/';
16301630
chainId = 5031;
16311631
nativeCoinOperationHashPrefix = '5031';
1632+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
1633+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1634+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1635+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1636+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
16321637
}
16331638

16341639
class SomniaTestnet extends Testnet implements EthereumNetwork {
@@ -1651,6 +1656,11 @@ class Somi extends Mainnet implements EthereumNetwork {
16511656
explorerUrl = 'https://mainnet.somnia.w3us.site/tx/';
16521657
chainId = 5031;
16531658
nativeCoinOperationHashPrefix = '5031';
1659+
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
1660+
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
1661+
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
1662+
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
1663+
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
16541664
}
16551665

16561666
class Flare extends Mainnet implements EthereumNetwork {

0 commit comments

Comments
 (0)