@curvefi/api 2.58.1 → 2.58.2

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/curve.js +2 -0
  2. package/package.json +1 -1
package/lib/curve.js CHANGED
@@ -939,6 +939,8 @@ var Curve = /** @class */ (function () {
939
939
  FACTORY_GAUGE_IMPLEMENTATIONS: {},
940
940
  ZERO_ADDRESS: ethers.ZeroAddress,
941
941
  };
942
+ this.initContract = memoizedContract();
943
+ this.initMulticallContract = memoizedMulticallContract();
942
944
  if (!(providerType.toLowerCase() === 'JsonRpc'.toLowerCase())) return [3 /*break*/, 6];
943
945
  providerSettings = providerSettings;
944
946
  jsonRpcApiProviderOptions = void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.58.1",
3
+ "version": "2.58.2",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",