@hawksightco/hawk-sdk 1.2.28 → 1.2.30

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.
@@ -205,7 +205,7 @@ function legacyTxMetadata(_a) {
205
205
  const result = yield createTransactionMeta({
206
206
  payer,
207
207
  description,
208
- addressLookupTableAddresses: [...new Set(...addresses_1.GLOBAL_ALT, ...(additionalAlt || []))],
208
+ addressLookupTableAddresses: addresses_1.GLOBAL_ALT,
209
209
  mainInstructions: ixs,
210
210
  });
211
211
  return {
@@ -254,7 +254,7 @@ function generateLimitToken(userPda, mint) {
254
254
  Buffer.from("limit-token", "utf-8"),
255
255
  mint.toBuffer(),
256
256
  userPda.toBuffer(),
257
- ], addresses_1.IYF_EXTENSION);
257
+ ], new web3.PublicKey("FqGg2Y1FNxMiGd51Q6UETixQWkF5fB92MysbYogRJb3P"));
258
258
  return pda;
259
259
  }
260
260
  exports.generateLimitToken = generateLimitToken;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.2.28",
3
+ "version": "1.2.30",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",