@hawksightco/hawk-sdk 1.3.62 → 1.3.63

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.
@@ -310,7 +310,7 @@ class MeteoraDlmmIxGenerator {
310
310
  return ix.programId.equals(METEORA_DLMM_PROGRAM) &&
311
311
  ix.data.subarray(0, 8).equals(Buffer.from([3, 221, 149, 218, 111, 141, 118, 213]));
312
312
  })[0];
313
- const binArrayBitmapExtension = addLiquidityByStrategyIx.keys[2];
313
+ const binArrayBitmapExtension = addLiquidityByStrategyIx.keys[2].pubkey;
314
314
  if (!addLiquidityByStrategyIx) {
315
315
  throw new Error('add_liquidity_by_strategy2 instruction not found in transaction');
316
316
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.62",
3
+ "version": "1.3.63",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",