@hawksightco/hawk-sdk 1.3.105 → 1.3.106
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 +2 -2
- package/package.json +1 -1
package/dist/src/hsToMeteora.js
CHANGED
|
@@ -2476,7 +2476,7 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2476
2476
|
// Instruction via main hawksight contract
|
|
2477
2477
|
// @ts-ignore
|
|
2478
2478
|
const ix = yield anchor_1.Anchor.instance().iyfMain.methods
|
|
2479
|
-
.
|
|
2479
|
+
.iyfExtensionExecuteV2(depositIx.data)
|
|
2480
2480
|
.accounts({
|
|
2481
2481
|
farm,
|
|
2482
2482
|
userPda,
|
|
@@ -2573,7 +2573,7 @@ class MeteoraDlmmWithdraw2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2573
2573
|
// Instruction via main hawksight contract
|
|
2574
2574
|
// @ts-ignore
|
|
2575
2575
|
const ix = yield anchor_1.Anchor.instance().iyfMain.methods
|
|
2576
|
-
.
|
|
2576
|
+
.iyfExtensionExecuteV2(withdrawIx.data)
|
|
2577
2577
|
.accounts({
|
|
2578
2578
|
farm,
|
|
2579
2579
|
userPda,
|