@gearbox-protocol/sdk 0.0.11 → 0.0.12

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/token.js CHANGED
@@ -213,7 +213,7 @@ exports.tokenDataByNetwork = {
213
213
  "1INCH": "0x6601ce61E41cd6760E763555A806AB5578EB2a9E",
214
214
  AAVE: "0xed2eAe2533bc70dB9030174a7F085e0853289726",
215
215
  COMP: "0x90F7A59Fa3993bBc6bA4C6c4ef515958a5bF8a24",
216
- CRV: "0xD533a949740bb3306d119CC777fa900bA034cd52",
216
+ CRV: "0x0ccfD2Aef95775f080BF6C0E8318D37f720c1999",
217
217
  DAI: "0x9DC7B33C3B63fc00ed5472fBD7813eDDa6a64752",
218
218
  DPI: "0xF4f06DE71eFc17799297573341C42f3B4C63D589",
219
219
  FEI: "0xe1eC2f7B12d4be4075c3B53DB2e48C018B404179",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/core/token.ts CHANGED
@@ -269,7 +269,7 @@ export const tokenDataByNetwork: Record<
269
269
  "1INCH": "0x6601ce61E41cd6760E763555A806AB5578EB2a9E",
270
270
  AAVE: "0xed2eAe2533bc70dB9030174a7F085e0853289726",
271
271
  COMP: "0x90F7A59Fa3993bBc6bA4C6c4ef515958a5bF8a24",
272
- CRV: "0xD533a949740bb3306d119CC777fa900bA034cd52",
272
+ CRV: "0x0ccfD2Aef95775f080BF6C0E8318D37f720c1999",
273
273
  DAI: "0x9DC7B33C3B63fc00ed5472fBD7813eDDa6a64752",
274
274
  DPI: "0xF4f06DE71eFc17799297573341C42f3B4C63D589",
275
275
  FEI: "0xe1eC2f7B12d4be4075c3B53DB2e48C018B404179",