@hawksightco/hawk-sdk 1.3.107 → 1.3.108
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
|
@@ -2482,7 +2482,7 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2482
2482
|
authority: hawksightAuthority,
|
|
2483
2483
|
iyfExtensionProgram: addresses_1.IYF_EXTENSION,
|
|
2484
2484
|
})
|
|
2485
|
-
.remainingAccounts(depositIx.keys.slice(
|
|
2485
|
+
.remainingAccounts(depositIx.keys.slice(2))
|
|
2486
2486
|
.instruction();
|
|
2487
2487
|
// Override the instruction
|
|
2488
2488
|
this._ix = ix;
|
|
@@ -2577,7 +2577,7 @@ class MeteoraDlmmWithdraw2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2577
2577
|
authority: hawksightAuthority,
|
|
2578
2578
|
iyfExtensionProgram: addresses_1.IYF_EXTENSION,
|
|
2579
2579
|
})
|
|
2580
|
-
.remainingAccounts(withdrawIx.keys.slice(
|
|
2580
|
+
.remainingAccounts(withdrawIx.keys.slice(2))
|
|
2581
2581
|
.instruction();
|
|
2582
2582
|
// Override the instruction
|
|
2583
2583
|
this._ix = ix;
|