@layerzerolabs/lz-movevm-sdk-v2 3.0.15 → 3.0.17

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 CHANGED
@@ -1,5 +1,31 @@
1
1
  # @layerzerolabs/lz-movevm-sdk-v2
2
2
 
3
+ ## 3.0.17
4
+
5
+ ### Patch Changes
6
+
7
+ - 40f2269: islander mainnet
8
+ - 40f2269: testnets
9
+ - Updated dependencies [40f2269]
10
+ - Updated dependencies [40f2269]
11
+ - @layerzerolabs/lz-definitions@3.0.17
12
+ - @layerzerolabs/lz-serdes@3.0.17
13
+ - @layerzerolabs/lz-utilities@3.0.17
14
+ - @layerzerolabs/lz-v2-utilities@3.0.17
15
+ - @layerzerolabs/move-definitions@3.0.17
16
+
17
+ ## 3.0.16
18
+
19
+ ### Patch Changes
20
+
21
+ - 87a4bc9: islander mainnet
22
+ - Updated dependencies [87a4bc9]
23
+ - @layerzerolabs/lz-definitions@3.0.16
24
+ - @layerzerolabs/lz-serdes@3.0.16
25
+ - @layerzerolabs/lz-utilities@3.0.16
26
+ - @layerzerolabs/lz-v2-utilities@3.0.16
27
+ - @layerzerolabs/move-definitions@3.0.16
28
+
3
29
  ## 3.0.15
4
30
 
5
31
  ### Patch Changes
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @layerzerolabs/lz-movevm-sdk-v2 Documentation
1
+ # @layerzerolabs/lz-movevm-sdk-v2
2
2
 
3
3
  The MoveVM SDK is a comprehensive toolkit designed to interact with the Move-based blockchain. It provides a set of utilities and modules to facilitate the development and integration of applications with the MoveVM.
4
4
 
package/dist/index.cjs CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  var lzSerdes = require('@layerzerolabs/lz-serdes');
4
4
  var lzUtilities = require('@layerzerolabs/lz-utilities');
5
- var bytes = require('@ethersproject/bytes');
6
5
  var lzV2Utilities = require('@layerzerolabs/lz-v2-utilities');
7
6
  var moveDefinitions = require('@layerzerolabs/move-definitions');
8
7
  var assert = require('assert');
@@ -171,10 +170,10 @@ var Counter = class {
171
170
  function: `${receiver}::${module}::lz_receive`,
172
171
  functionArguments: [
173
172
  srcEid,
174
- bytes.arrayify(sender),
173
+ lzUtilities.arrayify(sender),
175
174
  BigInt(nonce),
176
- bytes.arrayify(guid),
177
- bytes.arrayify(message),
175
+ lzUtilities.arrayify(guid),
176
+ lzUtilities.arrayify(message),
178
177
  new Uint8Array()
179
178
  //unused field
180
179
  ],
@@ -3503,5 +3502,5 @@ exports.PriceFeed = PriceFeed;
3503
3502
  exports.SimpleMsgLib = SimpleMsgLib;
3504
3503
  exports.Uln302 = Uln302;
3505
3504
  exports.types = types_exports;
3506
- //# sourceMappingURL=out.js.map
3505
+ //# sourceMappingURL=index.cjs.map
3507
3506
  //# sourceMappingURL=index.cjs.map