@haven-fi/solauto-sdk 1.0.149 → 1.0.150
Sign up to get free protection for your applications and to get access to all the features.
@@ -177,7 +177,7 @@ function getJupSwapRebalanceDetails(client, values, targetLiqUtilizationRateBps,
|
|
177
177
|
BigInt(Math.round(Number(client.solautoPositionState.debt.amountUsed.baseUnit) *
|
178
178
|
// Add this small percentage to account for the APR on the debt between now and the transaction
|
179
179
|
0.0001))
|
180
|
-
:
|
180
|
+
: inputAmount,
|
181
181
|
exactOut: exactOut,
|
182
182
|
};
|
183
183
|
}
|
package/package.json
CHANGED