@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.
- package/lib/core/priceFeeds.js +0 -4
- package/package.json +1 -1
- package/src/core/priceFeeds.ts +0 -4
package/lib/core/priceFeeds.js
CHANGED
|
@@ -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
package/src/core/priceFeeds.ts
CHANGED
|
@@ -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: {
|