@gearbox-protocol/sdk 0.0.13 → 0.0.14
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 +3 -3
- package/package.json +1 -1
- package/src/core/token.ts +3 -3
package/lib/core/token.js
CHANGED
|
@@ -245,11 +245,11 @@ exports.tokenDataByNetwork = {
|
|
|
245
245
|
yvWETH: "",
|
|
246
246
|
yvWBTC: "",
|
|
247
247
|
// CURVE LP TOKENS
|
|
248
|
-
"3Crv": "",
|
|
249
|
-
steCRV: "",
|
|
248
|
+
"3Crv": "0x769C784D1e958672bDef04cf12Fd5399b3db0f27",
|
|
249
|
+
steCRV: "0xF695d3aa358D5087A0C157DBb9449d4f0d8E534a",
|
|
250
250
|
FRAX3CRV: "",
|
|
251
251
|
LUSD3CRV: "",
|
|
252
|
-
crvPlain3andSUSD: "",
|
|
252
|
+
crvPlain3andSUSD: "0x032f1cE00865F3499C0052ceBA5F2348842416DB",
|
|
253
253
|
gusd3CRV: "",
|
|
254
254
|
// CONVEX LP TOKENS
|
|
255
255
|
cvx3Crv: "",
|
package/package.json
CHANGED
package/src/core/token.ts
CHANGED
|
@@ -304,11 +304,11 @@ export const tokenDataByNetwork: Record<
|
|
|
304
304
|
yvWBTC: "",
|
|
305
305
|
|
|
306
306
|
// CURVE LP TOKENS
|
|
307
|
-
"3Crv": "",
|
|
308
|
-
steCRV: "",
|
|
307
|
+
"3Crv": "0x769C784D1e958672bDef04cf12Fd5399b3db0f27",
|
|
308
|
+
steCRV: "0xF695d3aa358D5087A0C157DBb9449d4f0d8E534a",
|
|
309
309
|
FRAX3CRV: "",
|
|
310
310
|
LUSD3CRV: "",
|
|
311
|
-
crvPlain3andSUSD: "",
|
|
311
|
+
crvPlain3andSUSD: "0x032f1cE00865F3499C0052ceBA5F2348842416DB",
|
|
312
312
|
gusd3CRV: "",
|
|
313
313
|
|
|
314
314
|
// CONVEX LP TOKENS
|