@curvefi/api 2.61.0 → 2.61.1

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
@@ -1008,7 +1008,7 @@ export var getBasePools = function () { return __awaiter(void 0, void 0, void 0,
1008
1008
  factoryMulticallContract = curve.contracts[curve.constants.ALIASES['stable_ng_factory']].multicallContract;
1009
1009
  _a = Number;
1010
1010
  _c = (_b = curve).formatUnits;
1011
- return [4 /*yield*/, factoryContract.base_pool_count(curve.constantOptions)];
1011
+ return [4 /*yield*/, factoryContract.base_pool_count()];
1012
1012
  case 1:
1013
1013
  basePoolCount = _a.apply(void 0, [_c.apply(_b, [_d.sent(), 0])]);
1014
1014
  calls = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.61.0",
3
+ "version": "2.61.1",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",