@layerzerolabs/lz-solana-sdk-v2 3.0.115 → 3.0.116-placeholder.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-solana-sdk-v2",
3
- "version": "3.0.115",
3
+ "version": "3.0.116-placeholder.1",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -39,12 +39,12 @@
39
39
  "test-uln": "TEST_SCOPES=uln anchor test --skip-build"
40
40
  },
41
41
  "dependencies": {
42
- "@layerzerolabs/lz-corekit-solana": "^3.0.115",
43
- "@layerzerolabs/lz-definitions": "^3.0.115",
44
- "@layerzerolabs/lz-foundation": "^3.0.115",
45
- "@layerzerolabs/lz-serdes": "^3.0.115",
46
- "@layerzerolabs/lz-utilities": "^3.0.115",
47
- "@layerzerolabs/lz-v2-utilities": "^3.0.115",
42
+ "@layerzerolabs/lz-corekit-solana": "^3.0.116-placeholder.1",
43
+ "@layerzerolabs/lz-definitions": "^3.0.116-placeholder.1",
44
+ "@layerzerolabs/lz-foundation": "^3.0.116-placeholder.1",
45
+ "@layerzerolabs/lz-serdes": "^3.0.116-placeholder.1",
46
+ "@layerzerolabs/lz-utilities": "^3.0.116-placeholder.1",
47
+ "@layerzerolabs/lz-v2-utilities": "^3.0.116-placeholder.1",
48
48
  "@metaplex-foundation/beet": "^0.7.1",
49
49
  "@metaplex-foundation/beet-solana": "^0.4.0",
50
50
  "@metaplex-foundation/mpl-toolbox": "^0.9.2",
@@ -67,8 +67,8 @@
67
67
  "@kinobi-so/renderers": "^0.21.3",
68
68
  "@kinobi-so/renderers-js-umi": "^0.21.6",
69
69
  "@layerzerolabs/layerzero-v2-solana": "^0.0.0",
70
- "@layerzerolabs/tsup-config-next": "^3.0.115",
71
- "@layerzerolabs/typescript-config-next": "^3.0.115",
70
+ "@layerzerolabs/tsup-config-next": "^3.0.116-placeholder.1",
71
+ "@layerzerolabs/typescript-config-next": "^3.0.116-placeholder.1",
72
72
  "@metaplex-foundation/umi-bundle-defaults": "^0.9.2",
73
73
  "@types/bn.js": "^5.1.5",
74
74
  "@types/chai": "^4.3.11",
@@ -161,7 +161,10 @@ export async function getLzComposeTypesInfo(
161
161
  isWritable: false,
162
162
  },
163
163
  ],
164
- data: Buffer.concat([instructionDiscriminator('lz_compose_types_info')]),
164
+ data: Buffer.concat([
165
+ instructionDiscriminator('lz_compose_types_info'),
166
+ getLzComposeParamsSerializer().serialize(params),
167
+ ]),
165
168
  }
166
169
 
167
170
  const resp = await simulateWeb3JsTransaction(
@@ -161,7 +161,10 @@ export async function getLzReceiveTypesInfo(
161
161
  isWritable: false,
162
162
  },
163
163
  ],
164
- data: Buffer.concat([instructionDiscriminator('lz_receive_types_info')]),
164
+ data: Buffer.concat([
165
+ instructionDiscriminator('lz_receive_types_info'),
166
+ getLzReceiveParamsSerializer().serialize(params),
167
+ ]),
165
168
  }
166
169
 
167
170
  const resp = await simulateWeb3JsTransaction(