@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.
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.200",
3
+ "version": "1.3.201",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",