@gearbox-protocol/sdk 0.0.16 → 0.0.17

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.
@@ -251,10 +251,6 @@ exports.priceFeedsByNetwork = {
251
251
  type: oracles_1.OracleType.CHAINLINK_ORACLE,
252
252
  address: "0x91e9331556ed76c9393055719986409e11b56f73"
253
253
  },
254
- priceFeedUSD: {
255
- type: oracles_1.OracleType.CHAINLINK_ORACLE,
256
- address: "0xd660db62ac9dfafdb401f24268eb285120eb11ed"
257
- }
258
254
  },
259
255
  yvDAI: {
260
256
  priceFeedETH: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -273,10 +273,6 @@ export const priceFeedsByNetwork: Record<SupportedTokens, TokenPriceFeedData> =
273
273
  type: OracleType.CHAINLINK_ORACLE,
274
274
  address: "0x91e9331556ed76c9393055719986409e11b56f73"
275
275
  },
276
- priceFeedUSD: {
277
- type: OracleType.CHAINLINK_ORACLE,
278
- address: "0xd660db62ac9dfafdb401f24268eb285120eb11ed"
279
- }
280
276
  },
281
277
 
282
278
  yvDAI: {