@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.
- package/dist/src/hsToMeteora.js +1 -1
- package/package.json +1 -1
package/dist/src/hsToMeteora.js
CHANGED
|
@@ -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[
|
|
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
|