@hawksightco/hawk-sdk 1.3.122 → 1.3.124

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.
@@ -2285,12 +2285,12 @@ class MeteoraDlmmClaimReward2Automation extends HawksightMeteoraAutomationCpi {
2285
2285
  tokenProgram: this.ix.keys[6].pubkey,
2286
2286
  memoProgram: this.ix.keys[7].pubkey,
2287
2287
  eventAuthority: this.ix.keys[8].pubkey,
2288
- meteoraDlmmProgram: this.ix.keys[9].pubkey,
2288
+ meteoraDlmmProgram: addresses_1.METEORA_DLMM_PROGRAM,
2289
2289
  ownerFee,
2290
2290
  })
2291
2291
  .remainingAccounts(this.ix.keys.slice(10))
2292
2292
  .instruction();
2293
- const sighash = util.sighash("meteora_dlmm_claim_reward_2");
2293
+ const sighash = util.sighash("meteora_dlmm_claim_reward_2_automation");
2294
2294
  claimReward.data.set(sighash, 0);
2295
2295
  // Instruction via main hawksight contract
2296
2296
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.122",
3
+ "version": "1.3.124",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",