@gearbox-protocol/sdk 1.16.13 → 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;
@@ -258,10 +258,6 @@ exports.priceFeedsByNetwork = {
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
263
  Goerli: "0x94bE0b4383b9a309018C815E9e5411935414a0f3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "1.16.13",
3
+ "version": "1.16.14",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",