@hawksightco/hawk-sdk 1.3.119 → 1.3.120
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
|
@@ -2273,7 +2273,7 @@ class MeteoraDlmmClaimReward2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2273
2273
|
// Generate IX via extension contract
|
|
2274
2274
|
// @ts-ignore
|
|
2275
2275
|
const claimReward = yield anchor_1.Anchor.instance().iyfExtension.methods
|
|
2276
|
-
.
|
|
2276
|
+
.meteoraDlmmClaimReward2Automation(rewardIndex, minBinId, maxBinId, remainingAccountsInfo)
|
|
2277
2277
|
.accounts({
|
|
2278
2278
|
userPda,
|
|
2279
2279
|
authority,
|