@hawksightco/hawk-sdk 1.3.35 → 1.3.36
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 +3 -1
- package/package.json +1 -1
package/dist/src/hsToMeteora.js
CHANGED
|
@@ -2329,10 +2329,12 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2329
2329
|
// Instruction via main hawksight contract
|
|
2330
2330
|
// @ts-ignore
|
|
2331
2331
|
const ix = yield anchor_1.Anchor.instance().iyfMain.methods
|
|
2332
|
-
.
|
|
2332
|
+
.iyfExtensionExecute(depositIx.data)
|
|
2333
2333
|
.accounts({
|
|
2334
|
+
farm,
|
|
2334
2335
|
userPda,
|
|
2335
2336
|
authority,
|
|
2337
|
+
iyfProgram,
|
|
2336
2338
|
iyfExtensionProgram: addresses_1.IYF_EXTENSION,
|
|
2337
2339
|
})
|
|
2338
2340
|
.remainingAccounts(depositIx.keys.slice(4))
|