@curvefi/api 2.66.18 → 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.
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/lib/utils.js CHANGED
@@ -402,7 +402,7 @@ export const _getUsdRate = (assetId) => __awaiter(void 0, void 0, void 0, functi
402
402
  146: 'sonic-3',
403
403
  196: 'okb',
404
404
  250: 'fantom',
405
- 252: 'frax-ether',
405
+ 252: 'frax-share',
406
406
  324: 'ethereum',
407
407
  1284: 'moonbeam',
408
408
  2222: 'kava',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.66.18",
3
+ "version": "2.66.20",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",