@hawksightco/hawk-sdk 1.3.200 → 1.3.201
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/dist/src/functions.js +1 -1
- package/package.json +1 -1
package/dist/src/functions.js
CHANGED
|
@@ -268,7 +268,7 @@ function legacyTxMetadata(_a) {
|
|
|
268
268
|
const result = yield createTransactionMeta({
|
|
269
269
|
payer,
|
|
270
270
|
description,
|
|
271
|
-
addressLookupTableAddresses: addresses_1.GLOBAL_ALT,
|
|
271
|
+
addressLookupTableAddresses: [...addresses_1.GLOBAL_ALT, ...(additionalAlt || [])],
|
|
272
272
|
mainInstructions: ixs,
|
|
273
273
|
});
|
|
274
274
|
return {
|