impermax-sdk 1.1.76 → 1.1.78

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.
@@ -98,8 +98,8 @@ class OnchainAccountCollateral extends onchainAccountPoolToken_1.default {
98
98
  withdrawAmount += jump;
99
99
  if (withdrawAmount > collateralAmount)
100
100
  break;
101
- 1;
102
101
  }
102
+ console.log("getMaxWithdrawable", liqPriceA, twapPrice, liqPriceB, bestAmount, withdrawAmount);
103
103
  }
104
104
  return bestAmount / this.getDust();
105
105
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "1.1.76",
3
+ "version": "1.1.78",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",