@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(
|
|
299
|
+
totalYAmount: new bn_js_1.default(0),
|
|
300
300
|
strategy: {
|
|
301
|
-
|
|
302
|
-
|
|
301
|
+
minBinId: expectedMinBinId,
|
|
302
|
+
maxBinId: expectedMaxBinId,
|
|
303
303
|
strategyType: mapOldStrategyTypeToNew(strategyType),
|
|
304
304
|
},
|
|
305
305
|
user: userWallet,
|