@layerzerolabs/lz-solana-sdk-v2 2.3.34 → 2.3.35
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 +22 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @layerzerolabs/lz-solana-sdk-v2
|
|
2
2
|
|
|
3
|
+
## 2.3.35
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9913f53: new endpoints
|
|
8
|
+
- 21a267f: testnets: otherworld, abstract, root
|
|
9
|
+
- Updated dependencies [9913f53]
|
|
10
|
+
- Updated dependencies [21a267f]
|
|
11
|
+
- @layerzerolabs/lz-corekit-solana@2.3.35
|
|
12
|
+
- @layerzerolabs/lz-definitions@2.3.35
|
|
13
|
+
- @layerzerolabs/lz-v2-utilities@2.3.35
|
|
14
|
+
|
|
15
|
+
## 2.3.35-aptos.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 7744b25: Add Aptos v1 support in testify, all tests passed.
|
|
20
|
+
- Updated dependencies [7744b25]
|
|
21
|
+
- @layerzerolabs/lz-corekit-solana@2.3.35-aptos.0
|
|
22
|
+
- @layerzerolabs/lz-definitions@2.3.35-aptos.0
|
|
23
|
+
- @layerzerolabs/lz-v2-utilities@2.3.35-aptos.0
|
|
24
|
+
|
|
3
25
|
## 2.3.34
|
|
4
26
|
|
|
5
27
|
### 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)
|
|
15163
|
+
const { value: lookupTableAccount } = await connection.getAddressLookupTable(tableAddr);
|
|
15164
15164
|
return new web35.VersionedTransaction(
|
|
15165
15165
|
new web35.TransactionMessage({
|
|
15166
15166
|
instructions,
|