@curvefi/api 2.53.13 → 2.53.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.
@@ -636,7 +636,7 @@ initialPrices, estimateGas) { return __awaiter(void 0, void 0, void 0, function
636
636
  _emaTime = parseUnits(Math.floor(emaTime / Math.log(2)), 0);
637
637
  _initialPrices = [parseUnits(initialPrices[0]), parseUnits(initialPrices[1])];
638
638
  contract = curve.contracts[curve.constants.ALIASES.tricrypto_factory].contract;
639
- return [4 /*yield*/, contract.deploy_pool.estimateGas(name, symbol, coins, curve.constants.NATIVE_TOKEN.wrappedAddress, 0, _A, _gamma, _midFee, _outFee, _feeGamma, _allowedExtraProfit, _adjustmentStep, _emaTime, _initialPrices, curve.constantOptions)];
639
+ return [4 /*yield*/, contract.deploy_pool.estimateGas(name, symbol, coins, curve.constants.ZERO_ADDRESS, 0, _A, _gamma, _midFee, _outFee, _feeGamma, _allowedExtraProfit, _adjustmentStep, _emaTime, _initialPrices, curve.constantOptions)];
640
640
  case 1:
641
641
  gas = _a.sent();
642
642
  if (estimateGas)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.53.13",
3
+ "version": "2.53.14",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",