@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.
- package/lib/curve.js +2 -0
- 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;
|