@gearbox-protocol/sdk 0.0.15 → 0.0.16

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.
@@ -193,9 +193,9 @@ exports.priceFeedsByNetwork = {
193
193
  }
194
194
  },
195
195
  FTM: {
196
- priceFeedUSD: {
196
+ priceFeedETH: {
197
197
  type: oracles_1.OracleType.CHAINLINK_ORACLE,
198
- address: "0xf4766552d15ae4d256ad41b6cf2933482b0680dc"
198
+ address: "0x2de7e4a9488488e0058b95854cc2f7955b35dc9b"
199
199
  }
200
200
  },
201
201
  CVX: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -211,9 +211,9 @@ export const priceFeedsByNetwork: Record<SupportedTokens, TokenPriceFeedData> =
211
211
  },
212
212
 
213
213
  FTM: {
214
- priceFeedUSD: {
214
+ priceFeedETH: {
215
215
  type: OracleType.CHAINLINK_ORACLE,
216
- address: "0xf4766552d15ae4d256ad41b6cf2933482b0680dc"
216
+ address: "0x2de7e4a9488488e0058b95854cc2f7955b35dc9b"
217
217
  }
218
218
  },
219
219