@hawksightco/hawk-sdk 1.3.107 → 1.3.108

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.
@@ -2482,7 +2482,7 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
2482
2482
  authority: hawksightAuthority,
2483
2483
  iyfExtensionProgram: addresses_1.IYF_EXTENSION,
2484
2484
  })
2485
- .remainingAccounts(depositIx.keys.slice(4))
2485
+ .remainingAccounts(depositIx.keys.slice(2))
2486
2486
  .instruction();
2487
2487
  // Override the instruction
2488
2488
  this._ix = ix;
@@ -2577,7 +2577,7 @@ class MeteoraDlmmWithdraw2Automation extends HawksightMeteoraAutomationCpi {
2577
2577
  authority: hawksightAuthority,
2578
2578
  iyfExtensionProgram: addresses_1.IYF_EXTENSION,
2579
2579
  })
2580
- .remainingAccounts(withdrawIx.keys.slice(4))
2580
+ .remainingAccounts(withdrawIx.keys.slice(2))
2581
2581
  .instruction();
2582
2582
  // Override the instruction
2583
2583
  this._ix = ix;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.107",
3
+ "version": "1.3.108",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",