@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.
- package/lib/core/priceFeeds.js +2 -2
- package/package.json +1 -1
- package/src/core/priceFeeds.ts +2 -2
package/lib/core/priceFeeds.js
CHANGED
|
@@ -193,9 +193,9 @@ exports.priceFeedsByNetwork = {
|
|
|
193
193
|
}
|
|
194
194
|
},
|
|
195
195
|
FTM: {
|
|
196
|
-
|
|
196
|
+
priceFeedETH: {
|
|
197
197
|
type: oracles_1.OracleType.CHAINLINK_ORACLE,
|
|
198
|
-
address: "
|
|
198
|
+
address: "0x2de7e4a9488488e0058b95854cc2f7955b35dc9b"
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
CVX: {
|
package/package.json
CHANGED
package/src/core/priceFeeds.ts
CHANGED
|
@@ -211,9 +211,9 @@ export const priceFeedsByNetwork: Record<SupportedTokens, TokenPriceFeedData> =
|
|
|
211
211
|
},
|
|
212
212
|
|
|
213
213
|
FTM: {
|
|
214
|
-
|
|
214
|
+
priceFeedETH: {
|
|
215
215
|
type: OracleType.CHAINLINK_ORACLE,
|
|
216
|
-
address: "
|
|
216
|
+
address: "0x2de7e4a9488488e0058b95854cc2f7955b35dc9b"
|
|
217
217
|
}
|
|
218
218
|
},
|
|
219
219
|
|