@hawksightco/hawk-sdk 1.3.32 → 1.3.33
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
|
@@ -2300,7 +2300,9 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2300
2300
|
}
|
|
2301
2301
|
// @ts-ignore
|
|
2302
2302
|
const depositIx = yield anchor_1.Anchor.instance().iyfExtension.methods
|
|
2303
|
-
.meteoraDlmmDeposit2Automation(
|
|
2303
|
+
.meteoraDlmmDeposit2Automation(null, // userTokenXAmount (optional)
|
|
2304
|
+
null, // userTokenYAmount (optional)
|
|
2305
|
+
activeId, maxActiveBinSlippage, strategyParametersMinBinId, strategyParametersMaxBinId, strategyParametersStrategyType, strategyParametersParameters)
|
|
2304
2306
|
.accounts({
|
|
2305
2307
|
farm: addresses_1.USDC_FARM,
|
|
2306
2308
|
userPda,
|