@curvefi/api 2.61.4 → 2.61.5
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.d.ts +1 -1
- package/lib/curve.js +1 -1
- package/lib/interfaces.d.ts +1 -1
- package/package.json +1 -1
package/lib/curve.d.ts
CHANGED
package/lib/curve.js
CHANGED
|
@@ -1046,7 +1046,7 @@ var Curve = /** @class */ (function () {
|
|
|
1046
1046
|
], cTokens = _d[0], yTokens = _d[1], ycTokens = _d[2], aTokens = _d[3];
|
|
1047
1047
|
customAbiTokens = __spreadArray(__spreadArray(__spreadArray(__spreadArray([], cTokens, true), yTokens, true), ycTokens, true), aTokens, true);
|
|
1048
1048
|
if (this.chainId === 5000) {
|
|
1049
|
-
this.constantOptions = {
|
|
1049
|
+
this.constantOptions = {};
|
|
1050
1050
|
}
|
|
1051
1051
|
this.multicallProvider = new MulticallProvider(this.chainId, this.provider);
|
|
1052
1052
|
if (!this.signer) return [3 /*break*/, 15];
|
package/lib/interfaces.d.ts
CHANGED