@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.
@@ -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(activeId, maxActiveBinSlippage, strategyParametersMinBinId, strategyParametersMaxBinId, strategyParametersStrategyType, strategyParametersParameters)
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.32",
3
+ "version": "1.3.33",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",