@layerzerolabs/oft-v2-solana-sdk 3.0.16 → 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,17 @@
|
|
|
1
1
|
# @layerzerolabs/oft-v2-solana-sdk
|
|
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-foundation@3.0.17
|
|
12
|
+
- @layerzerolabs/lz-solana-sdk-v2@3.0.17
|
|
13
|
+
- @layerzerolabs/lz-v2-utilities@3.0.17
|
|
14
|
+
|
|
3
15
|
## 3.0.16
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -558,8 +558,7 @@ function getAccountMetasAndSigners(accounts, optionalAccountStrategy, programId)
|
|
|
558
558
|
const signers = [];
|
|
559
559
|
accounts.forEach((account) => {
|
|
560
560
|
if (!account.value) {
|
|
561
|
-
if (optionalAccountStrategy === "omitted")
|
|
562
|
-
return;
|
|
561
|
+
if (optionalAccountStrategy === "omitted") return;
|
|
563
562
|
keys.push({ pubkey: programId, isSigner: false, isWritable: false });
|
|
564
563
|
return;
|
|
565
564
|
}
|
|
@@ -2107,5 +2106,5 @@ exports.oft = oft_exports;
|
|
|
2107
2106
|
exports.programs = programs_exports;
|
|
2108
2107
|
exports.shared = shared_exports;
|
|
2109
2108
|
exports.types = types_exports;
|
|
2110
|
-
//# sourceMappingURL=
|
|
2109
|
+
//# sourceMappingURL=index.cjs.map
|
|
2111
2110
|
//# sourceMappingURL=index.cjs.map
|