@gearbox-protocol/sdk 1.16.12 → 1.16.14

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.
@@ -43,7 +43,6 @@ export declare type PriceFeedData = {
43
43
  } | {
44
44
  type: OracleType.COMPOSITE_ORACLE;
45
45
  ethPriceFeed: Record<NetworkType, string>;
46
- usdPriceFeed: Record<NetworkType, string>;
47
46
  };
48
47
  export interface TokenPriceFeedData {
49
48
  priceFeedETH?: PriceFeedData;
@@ -253,18 +253,14 @@ exports.priceFeedsByNetwork = {
253
253
  type: oracles_1.OracleType.CHAINLINK_ORACLE,
254
254
  address: {
255
255
  Mainnet: "0x86392dC19c0b719886221c78AB11eb8Cf5c52812",
256
- Goerli: "",
256
+ Goerli: "0x94bE0b4383b9a309018C815E9e5411935414a0f3",
257
257
  },
258
258
  },
259
259
  priceFeedUSD: {
260
260
  type: oracles_1.OracleType.COMPOSITE_ORACLE,
261
- usdPriceFeed: {
262
- Mainnet: "0xCfE54B5cD566aB89272946F602D76Ea879CAb4a8",
263
- Goerli: "0xf4f054C2E3269730c781dc7e1Fe2a3ca745784bd",
264
- },
265
261
  ethPriceFeed: {
266
262
  Mainnet: "0x86392dC19c0b719886221c78AB11eb8Cf5c52812",
267
- Goerli: "",
263
+ Goerli: "0x94bE0b4383b9a309018C815E9e5411935414a0f3",
268
264
  },
269
265
  },
270
266
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "1.16.12",
3
+ "version": "1.16.14",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",