@hawksightco/hawk-sdk 1.3.34 → 1.3.35
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 +0 -2
- package/package.json +1 -1
package/dist/src/hsToMeteora.js
CHANGED
|
@@ -2331,10 +2331,8 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2331
2331
|
const ix = yield anchor_1.Anchor.instance().iyfMain.methods
|
|
2332
2332
|
.iyfExtensionExecuteV2(depositIx.data)
|
|
2333
2333
|
.accounts({
|
|
2334
|
-
farm,
|
|
2335
2334
|
userPda,
|
|
2336
2335
|
authority,
|
|
2337
|
-
iyfProgram,
|
|
2338
2336
|
iyfExtensionProgram: addresses_1.IYF_EXTENSION,
|
|
2339
2337
|
})
|
|
2340
2338
|
.remainingAccounts(depositIx.keys.slice(4))
|