@layerzerolabs/lz-solana-sdk-v2 2.3.34 → 2.3.35-aptos.0

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,15 @@
1
1
  # @layerzerolabs/lz-solana-sdk-v2
2
2
 
3
+ ## 2.3.35-aptos.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 7744b25: Add Aptos v1 support in testify, all tests passed.
8
+ - Updated dependencies [7744b25]
9
+ - @layerzerolabs/lz-corekit-solana@2.3.35-aptos.0
10
+ - @layerzerolabs/lz-definitions@2.3.35-aptos.0
11
+ - @layerzerolabs/lz-v2-utilities@2.3.35-aptos.0
12
+
3
13
  ## 2.3.34
4
14
 
5
15
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -15160,7 +15160,7 @@ async function txWithAddressLookupTable(connection, payer, instructions, recentB
15160
15160
  }).compileToV0Message()
15161
15161
  );
15162
15162
  }
15163
- const lookupTableAccount = await connection.getAddressLookupTable(tableAddr).then((res) => res.value);
15163
+ const { value: lookupTableAccount } = await connection.getAddressLookupTable(tableAddr);
15164
15164
  return new web35.VersionedTransaction(
15165
15165
  new web35.TransactionMessage({
15166
15166
  instructions,