@reserve-protocol/dtf-rebalance-lib 2.3.3 → 2.3.4

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.
@@ -392,13 +392,6 @@ const getOpenAuction = (rebalance, _supply, _initialSupply, _initialAssets = [],
392
392
  if (tokenSurplusValue.gte(numbers_1.ONE)) {
393
393
  surplusTokens.push(token);
394
394
  surplusTokenSizes.push(tokenSurplusValue.toNumber());
395
- if (debug && newWeights[i].spot === 0n) {
396
- console.log(` EJECTING ${token}:`);
397
- console.log(` assets[${i}]: ${_assets[i].toString()}`);
398
- console.log(` sellDownTo: ${sellDownTo.toString()}`);
399
- console.log(` surplusAmount: ${surplusAmount.toString()}`);
400
- console.log(` surplusValue: ${tokenSurplusValue.toString()}`);
401
- }
402
395
  }
403
396
  }
404
397
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reserve-protocol/dtf-rebalance-lib",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "Rebalancing library for DTFs in typescript",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",