@gearbox-protocol/sdk 0.0.12 → 0.0.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.
package/lib/core/token.js CHANGED
@@ -238,7 +238,7 @@ exports.tokenDataByNetwork = {
238
238
  sUSD: "0x32aeb9B672a81C43391c90a95a4D6c9A9D4459B6",
239
239
  GUSD: "0x3cee6494bf400F8C24871dBD331B9436a9CfaBbb",
240
240
  LUNA: "0x9dc1D71fAeE18bF77C6166aBC8b218D3336919F1",
241
- LQTY: "",
241
+ LQTY: "0xC948BB323d753B37eA8195DeAFE904138Df11fbC",
242
242
  // YEARN TOKENS
243
243
  yvDAI: "0xe5267045739E4d6FcA15BB4a79190012F146893b",
244
244
  yvUSDC: "0x980E4d8A22105c2a2fA2252B7685F32fc7564512",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Gearbox SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
package/src/core/token.ts CHANGED
@@ -295,7 +295,7 @@ export const tokenDataByNetwork: Record<
295
295
  sUSD: "0x32aeb9B672a81C43391c90a95a4D6c9A9D4459B6",
296
296
  GUSD: "0x3cee6494bf400F8C24871dBD331B9436a9CfaBbb",
297
297
  LUNA: "0x9dc1D71fAeE18bF77C6166aBC8b218D3336919F1",
298
- LQTY: "",
298
+ LQTY: "0xC948BB323d753B37eA8195DeAFE904138Df11fbC",
299
299
 
300
300
  // YEARN TOKENS
301
301
  yvDAI: "0xe5267045739E4d6FcA15BB4a79190012F146893b",