@hawksightco/hawk-sdk 1.3.123 → 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,7 +2285,7 @@ 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))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.123",
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",