@gearbox-protocol/sdk 1.11.4 → 1.11.5

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.
@@ -124,7 +124,7 @@ exports.tokenDataByNetwork = {
124
124
  // YEARN TOKENS
125
125
  yvDAI: "0xAAC67551F8d1D052E375BaCf774b494850BBca87",
126
126
  yvUSDC: "0x05724F02a0270F08E525F2681afA9173957c505e",
127
- yvWETH: "0xc4995cD0E9f367dDF97f00e30C2d068B1706427e",
127
+ yvWETH: "0xEe8Adf657c5EF8e10622b6B47014D2C6f6993E5E",
128
128
  yvWBTC: "0x683fcBf347b90C652b4B07648180C0b54c258815",
129
129
  yvCurve_stETH: "0x2681AFa48aCFC2Ae5308bf6127d2fb563763f13E",
130
130
  yvCurve_FRAX: "0x43d45AEf2BAb5fa79e3bBDb2dB7E4443B8123C8f",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "1.11.4",
3
+ "version": "1.11.5",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",