@curvefi/api 2.55.2 → 2.55.4

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 -1
  2. package/package.json +1 -1
package/lib/curve.js CHANGED
@@ -805,7 +805,7 @@ var Curve = /** @class */ (function () {
805
805
  return __generator(this, function (_b) {
806
806
  switch (_b.label) {
807
807
  case 0:
808
- if (![1, 56, 137, 250, 8453].includes(this.chainId))
808
+ if ([324, 1284].includes(this.chainId))
809
809
  return [2 /*return*/, ''];
810
810
  _a = lowerCasePoolDataAddresses;
811
811
  return [4 /*yield*/, getTwocryptoFactoryPoolData.call(this, 0, poolAddress)];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.55.2",
3
+ "version": "2.55.4",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",