@hawksightco/hawk-sdk 1.3.72 → 1.3.74

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.
@@ -2579,7 +2579,7 @@ class MeteoraDlmmWithdraw2Automation extends HawksightMeteoraAutomationCpi {
2579
2579
  eventAuthority: this.ix.keys[13].pubkey,
2580
2580
  meteoraDlmmProgram: this.ix.keys[14].pubkey,
2581
2581
  memoProgram: this.ix.keys[12].pubkey,
2582
- }).instruction();
2582
+ }).remainingAccounts(this.ix.keys.slice(15)).instruction();
2583
2583
  const sighash = util.sighash("meteora_dlmm_withdraw_2_automation");
2584
2584
  withdrawIx.data.set(sighash, 0);
2585
2585
  // Instruction via main hawksight contract
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.72",
3
+ "version": "1.3.74",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",