@layerzerolabs/lz-movevm-sdk-v2 3.0.93 → 3.0.94-aptos-301.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -850,6 +850,7 @@ declare class DvnWorker<AccountType> {
|
|
|
850
850
|
* @param uln302AddressHex the address of the ULN302 in hex (without the 0x prefix)
|
|
851
851
|
*/
|
|
852
852
|
declare const initializeDvnScriptHex: (deployerAddressHex: string, dvnAddressHex: string, uln302AddressHex: string) => ByteCode;
|
|
853
|
+
declare const setWorkerConfigForFeeLibRoutingOptInForUln301ScriptHex: (deployerAddressHex: string, uln301AddressHex: string) => ByteCode;
|
|
853
854
|
|
|
854
855
|
/**
|
|
855
856
|
* This is the Endpoint SDK that provides verify and view functions for the Endpoint contract.
|
|
@@ -2461,4 +2462,4 @@ declare class LayerZeroModulesSdk<AccountType> {
|
|
|
2461
2462
|
constructor(sdk: MoveSdkImpl<AccountType>);
|
|
2462
2463
|
}
|
|
2463
2464
|
|
|
2464
|
-
export { type AccountsOption, Counter, DvnUpGrader, DvnWorker, Endpoint, Executor, LayerZeroModulesSdk, type MoveSdkImpl, Oft, PriceFeed, SimpleMsgLib, Uln302, initializeDvnScriptHex, initializeExecutorScriptHex, index as types };
|
|
2465
|
+
export { type AccountsOption, Counter, DvnUpGrader, DvnWorker, Endpoint, Executor, LayerZeroModulesSdk, type MoveSdkImpl, Oft, PriceFeed, SimpleMsgLib, Uln302, initializeDvnScriptHex, initializeExecutorScriptHex, setWorkerConfigForFeeLibRoutingOptInForUln301ScriptHex, index as types };
|
package/dist/index.d.ts
CHANGED
|
@@ -850,6 +850,7 @@ declare class DvnWorker<AccountType> {
|
|
|
850
850
|
* @param uln302AddressHex the address of the ULN302 in hex (without the 0x prefix)
|
|
851
851
|
*/
|
|
852
852
|
declare const initializeDvnScriptHex: (deployerAddressHex: string, dvnAddressHex: string, uln302AddressHex: string) => ByteCode;
|
|
853
|
+
declare const setWorkerConfigForFeeLibRoutingOptInForUln301ScriptHex: (deployerAddressHex: string, uln301AddressHex: string) => ByteCode;
|
|
853
854
|
|
|
854
855
|
/**
|
|
855
856
|
* This is the Endpoint SDK that provides verify and view functions for the Endpoint contract.
|
|
@@ -2461,4 +2462,4 @@ declare class LayerZeroModulesSdk<AccountType> {
|
|
|
2461
2462
|
constructor(sdk: MoveSdkImpl<AccountType>);
|
|
2462
2463
|
}
|
|
2463
2464
|
|
|
2464
|
-
export { type AccountsOption, Counter, DvnUpGrader, DvnWorker, Endpoint, Executor, LayerZeroModulesSdk, type MoveSdkImpl, Oft, PriceFeed, SimpleMsgLib, Uln302, initializeDvnScriptHex, initializeExecutorScriptHex, index as types };
|
|
2465
|
+
export { type AccountsOption, Counter, DvnUpGrader, DvnWorker, Endpoint, Executor, LayerZeroModulesSdk, type MoveSdkImpl, Oft, PriceFeed, SimpleMsgLib, Uln302, initializeDvnScriptHex, initializeExecutorScriptHex, setWorkerConfigForFeeLibRoutingOptInForUln301ScriptHex, index as types };
|
package/dist/index.mjs
CHANGED
|
@@ -4113,6 +4113,6 @@ var LayerZeroModulesSdk = class {
|
|
|
4113
4113
|
}
|
|
4114
4114
|
};
|
|
4115
4115
|
|
|
4116
|
-
export { Counter, DvnUpGrader, DvnWorker, Endpoint, Executor, LayerZeroModulesSdk, Oft, PriceFeed, SimpleMsgLib, Uln302, initializeDvnScriptHex, initializeExecutorScriptHex, types_exports as types };
|
|
4116
|
+
export { Counter, DvnUpGrader, DvnWorker, Endpoint, Executor, LayerZeroModulesSdk, Oft, PriceFeed, SimpleMsgLib, Uln302, initializeDvnScriptHex, initializeExecutorScriptHex, setWorkerConfigForFeeLibRoutingOptInForUln301ScriptHex, types_exports as types };
|
|
4117
4117
|
//# sourceMappingURL=index.mjs.map
|
|
4118
4118
|
//# sourceMappingURL=index.mjs.map
|