impermax-sdk 1.1.75 → 1.1.76

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.
@@ -282,7 +282,7 @@ class OnchainAccountLendingPool {
282
282
  }
283
283
  }
284
284
  const maxLeverage = yield this.getLeverage(bestChanges);
285
- return Math.floor(maxLeverage * 99) / 100;
285
+ return Math.floor(maxLeverage * 100) / 100;
286
286
  });
287
287
  }
288
288
  // Max Deleverage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.1.75",
3
+ "version": "1.1.76",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",