File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
16341639class 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
16561666class Flare extends Mainnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments