@layerzerolabs/lz-movevm-sdk-v2 3.0.70 → 3.0.71
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/CHANGELOG.md +12 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +48 -1
- package/dist/index.d.ts +48 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @layerzerolabs/lz-movevm-sdk-v2
|
|
2
2
|
|
|
3
|
+
## 3.0.71
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cfdef0c: nibiru testnet
|
|
8
|
+
- Updated dependencies [cfdef0c]
|
|
9
|
+
- @layerzerolabs/lz-definitions@3.0.71
|
|
10
|
+
- @layerzerolabs/lz-serdes@3.0.71
|
|
11
|
+
- @layerzerolabs/lz-utilities@3.0.71
|
|
12
|
+
- @layerzerolabs/lz-v2-utilities@3.0.71
|
|
13
|
+
- @layerzerolabs/move-definitions@3.0.71
|
|
14
|
+
|
|
3
15
|
## 3.0.70
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -3863,6 +3863,8 @@ exports.Oft = Oft;
|
|
|
3863
3863
|
exports.PriceFeed = PriceFeed;
|
|
3864
3864
|
exports.SimpleMsgLib = SimpleMsgLib;
|
|
3865
3865
|
exports.Uln302 = Uln302;
|
|
3866
|
+
exports.initializeDvnScriptHex = initializeDvnScriptHex;
|
|
3867
|
+
exports.initializeExecutorScriptHex = initializeExecutorScriptHex;
|
|
3866
3868
|
exports.types = types_exports;
|
|
3867
3869
|
//# sourceMappingURL=index.cjs.map
|
|
3868
3870
|
//# sourceMappingURL=index.cjs.map
|