@curvefi/api 2.61.3 → 2.61.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.
Files changed (2) hide show
  1. package/lib/utils.js +1 -1
  2. package/package.json +1 -1
package/lib/utils.js CHANGED
@@ -1020,7 +1020,7 @@ export var getBasePools = function () { return __awaiter(void 0, void 0, void 0,
1020
1020
  factoryMulticallContract = curve.contracts[curve.constants.ALIASES['stable_ng_factory']].multicallContract;
1021
1021
  _a = Number;
1022
1022
  _c = (_b = curve).formatUnits;
1023
- return [4 /*yield*/, factoryContract.base_pool_count(curve.constantOptions)];
1023
+ return [4 /*yield*/, factoryContract.base_pool_count()];
1024
1024
  case 1:
1025
1025
  basePoolCount = _a.apply(void 0, [_c.apply(_b, [_d.sent(), 0])]);
1026
1026
  calls = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.61.3",
3
+ "version": "2.61.4",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",