@reserve-protocol/dtf-rebalance-lib 0.2.13 → 0.2.14

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.
@@ -201,7 +201,7 @@ const getOpenAuction = (rebalance, _supply, _initialFolio = [], _targetBasket =
201
201
  if (progression.lt(0.99) && relativeProgression.lt(finalStageAt.sub(0.02))) {
202
202
  round = AuctionRound.PROGRESS;
203
203
  rebalanceTarget = initialProgression.add(numbers_1.ONE.sub(initialProgression).mul(finalStageAt));
204
- if (rebalanceTarget.gte(0.999)) {
204
+ if (rebalanceTarget.gte(0.997)) {
205
205
  rebalanceTarget = numbers_1.ONE;
206
206
  }
207
207
  if (rebalanceTarget.eq(numbers_1.ONE)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reserve-protocol/dtf-rebalance-lib",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "Rebalancing library for DTFs in typescript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",