@curvefi/api 2.66.19 → 2.66.20

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 +1 -0
  2. package/package.json +1 -1
package/lib/curve.js CHANGED
@@ -367,6 +367,7 @@ class Curve {
367
367
  this.provider = null;
368
368
  // @ts-ignore
369
369
  this.signer = null;
370
+ this.isNoRPC = false;
370
371
  this.signerAddress = '';
371
372
  this.chainId = 1;
372
373
  // @ts-ignore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.66.19",
3
+ "version": "2.66.20",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",