impermax-sdk 2.1.227 → 2.1.228

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.
@@ -259,7 +259,7 @@ class UniswapV3Position {
259
259
  if (this.getOptimalWithdrawForDeleverage(avgLeverage) !== null)
260
260
  return this.getMinLeverageInRange(lowLeverage, avgLeverage);
261
261
  else
262
- return this.getMinLeverageInRange(avgLeverage, lowLeverage);
262
+ return this.getMinLeverageInRange(avgLeverage, highLeverage);
263
263
  }
264
264
  /**
265
265
  * PUBLIC SETTERS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.227",
3
+ "version": "2.1.228",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",