@hawksightco/hawk-sdk 1.3.89 → 1.3.90

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.
@@ -326,7 +326,7 @@ class MeteoraDlmmIxGenerator {
326
326
  const strategyParametersStrategyType = addLiquidityByStrategyIx.data[32];
327
327
  const strategyParametersParameters = new Array(64).fill(0);
328
328
  // index 97 onwards are remaining accounts info
329
- const remainingAccountsInfo = Array.from(addLiquidityByStrategyIx.data.subarray(97));
329
+ const remainingAccountsInfo = addLiquidityByStrategyIx.data.subarray(97);
330
330
  console.log('Remaining accounts start index:', remainingAccountStartIndex);
331
331
  console.log('Remaining accounts count:', remainingAccountMeta.length);
332
332
  console.log('Remaining accounts info length:', remainingAccountsInfo.length);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.89",
3
+ "version": "1.3.90",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",