@gearbox-protocol/sdk 1.16.12 → 1.16.13

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.
@@ -253,7 +253,7 @@ 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: {
@@ -264,7 +264,7 @@ exports.priceFeedsByNetwork = {
264
264
  },
265
265
  ethPriceFeed: {
266
266
  Mainnet: "0x86392dC19c0b719886221c78AB11eb8Cf5c52812",
267
- Goerli: "",
267
+ Goerli: "0x94bE0b4383b9a309018C815E9e5411935414a0f3",
268
268
  },
269
269
  },
270
270
  },
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.13",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",