@gearbox-protocol/sdk 0.0.31 → 0.0.32

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.
@@ -18,7 +18,6 @@ export declare type PriceFeedData = {
18
18
  } | {
19
19
  type: OracleType.YEARN_TOKEN_ORACLE;
20
20
  token: SupportedTokens;
21
- priceFeedKovan?: string;
22
21
  } | {
23
22
  type: OracleType.CURVE_LP_ORACLE;
24
23
  assets: Array<SupportedTokens>;
@@ -358,7 +358,7 @@ exports.priceFeedsByNetwork = {
358
358
  yvCurve_FRAX: {
359
359
  priceFeedUSD: {
360
360
  type: oracles_1.OracleType.YEARN_CURVE_LP_ORACLE,
361
- curveSymbol: "FRAX3CRV",
361
+ curveSymbol: "FRAX3CRV"
362
362
  }
363
363
  },
364
364
  yvCurve_d3pool: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -23,7 +23,6 @@ export type PriceFeedData =
23
23
  | {
24
24
  type: OracleType.YEARN_TOKEN_ORACLE;
25
25
  token: SupportedTokens;
26
- priceFeedKovan?: string;
27
26
  }
28
27
  | {
29
28
  type: OracleType.CURVE_LP_ORACLE;
@@ -389,7 +389,7 @@ export const priceFeedsByNetwork: Record<SupportedTokens, TokenPriceFeedData> =
389
389
  yvCurve_FRAX: {
390
390
  priceFeedUSD: {
391
391
  type: OracleType.YEARN_CURVE_LP_ORACLE,
392
- curveSymbol: "FRAX3CRV",
392
+ curveSymbol: "FRAX3CRV"
393
393
  }
394
394
  },
395
395
  yvCurve_d3pool: {