@hawksightco/hawk-sdk 1.3.85 → 1.3.86

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.
@@ -296,10 +296,10 @@ class MeteoraDlmmIxGenerator {
296
296
  const addLiquidityByStrategyTx = yield DLMM.dlmm.initializePositionAndAddLiquidityByStrategy({
297
297
  positionPubKey: position,
298
298
  totalXAmount: new bn_js_1.default(0),
299
- totalYAmount: new bn_js_1.default(100),
299
+ totalYAmount: new bn_js_1.default(0),
300
300
  strategy: {
301
- maxBinId: expectedMinBinId,
302
- minBinId: expectedMaxBinId,
301
+ minBinId: expectedMinBinId,
302
+ maxBinId: expectedMaxBinId,
303
303
  strategyType: mapOldStrategyTypeToNew(strategyType),
304
304
  },
305
305
  user: userWallet,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.85",
3
+ "version": "1.3.86",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",