@gearbox-protocol/sdk 1.11.0 → 1.11.2

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.
@@ -108,7 +108,7 @@ exports.tokenDataByNetwork = {
108
108
  USDT: "0xc81c248c44e96D85a0eCddc104843cE55B1ff35c",
109
109
  USDC: "0x1F2cd0D7E5a7d8fE41f886063E9F11A05dE217Fa",
110
110
  WBTC: "0x34852e54D9B4Ec4325C7344C28b584Ce972e5E62",
111
- WETH: "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
111
+ WETH: "0x595DFFf822767c2E14CFB7D5e0b5a5e23eCfACdd",
112
112
  YFI: "0xCad5D7701e0A85fe50B3aCaBDcdF7e75672F326e",
113
113
  /// UPDATE
114
114
  STETH: "0xd628baa42b3080593a231016bF3F229161C9F745",
@@ -146,7 +146,7 @@ exports.tokenDataByNetwork = {
146
146
  cvxgusd3CRV: "0xBA9e6B05b0F2C5B41Df2d56c0b1ddaFa03d53fed",
147
147
  // CONVEX PHANTOM TOKEN ADDRESSES
148
148
  stkcvx3Crv: "0xEB763389772eA09eddFcfed3EC571Bb20c187763",
149
- stkcvxcrvFRAX: "DEPLOY ME",
149
+ stkcvxcrvFRAX: "0x6784ED28285ECd58F76f3A85F39A293E15080964",
150
150
  stkcvxFRAX3CRV: "0x6fd7C6c0362E836eab644fD1E1D09a9e3836e62C",
151
151
  stkcvxgusd3CRV: "0x6Ca199719B8d6b8406387DC18a29eC13dD725Ed6",
152
152
  stkcvxsteCRV: "0x3AE88c07D9A9b48706d7ea197aD53d30578ACdA1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "1.11.0",
3
+ "version": "1.11.2",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",