@hawksightco/hawk-sdk 1.1.44-hotfix-1 → 1.1.44-hotfix-2

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.
@@ -492,7 +492,7 @@ class ClaimReward extends HawksightMeteoraCpi {
492
492
  const authority = this.authority;
493
493
  const iyfProgram = addresses_1.IYF_MAIN;
494
494
  // Get token mint
495
- const rewardMint = this.ix.keys[9].pubkey;
495
+ const rewardMint = this.ix.keys[6].pubkey;
496
496
  // Generate owner fee X and Y ATA
497
497
  const ownerFee = util.generateAta(addresses_1.SITE_FEE_OWNER, rewardMint);
498
498
  // Get reward index from parameter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.1.44-hotfix-1",
3
+ "version": "1.1.44-hotfix-2",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",