@hawksightco/hawk-sdk 1.3.77 → 1.3.78

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.
@@ -2209,7 +2209,7 @@ class MeteoraDlmmClaimFee2Automation extends HawksightMeteoraAutomationCpi {
2209
2209
  meteoraDlmmProgram: this.ix.keys[13].pubkey,
2210
2210
  ownerFeeX,
2211
2211
  ownerFeeY,
2212
- }).instruction();
2212
+ }).remainingAccounts(this.ix.keys.slice(14)).instruction();
2213
2213
  const sighash = util.sighash("meteora_dlmm_claim_fee_2_automation");
2214
2214
  claimFeeIx.data.set(sighash, 0);
2215
2215
  // 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.77",
3
+ "version": "1.3.78",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",