@gearbox-protocol/sdk 1.2.9 → 1.2.10
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/tokens/token.js +6 -6
- package/package.json +1 -1
package/lib/tokens/token.js
CHANGED
|
@@ -145,12 +145,12 @@ exports.tokenDataByNetwork = {
|
|
|
145
145
|
cvxLUSD3CRV: "0xe5E3C00Edb8A5270B34737bf926E87346906227f",
|
|
146
146
|
cvxgusd3CRV: "0xB8111E77D074Dd7820323751a373DC8d103c4EeD",
|
|
147
147
|
// CONVEX PHANTOM TOKEN ADDRESSES
|
|
148
|
-
stkcvx3Crv: "
|
|
149
|
-
stkcvxFRAX3CRV: "
|
|
150
|
-
stkcvxgusd3CRV: "
|
|
151
|
-
stkcvxsteCRV: "
|
|
152
|
-
stkcvxcrvPlain3andSUSD: "
|
|
153
|
-
stkcvxLUSD3CRV: "
|
|
148
|
+
stkcvx3Crv: "0xBF70B7Ee99FfA772E8636321f052d9C4168E8115",
|
|
149
|
+
stkcvxFRAX3CRV: "0x2807BD098f77Db8f65D4dEbF54466099497c4a34",
|
|
150
|
+
stkcvxgusd3CRV: "0x48665052cA3ce45ac23e0f2919dD0f3A204bD421",
|
|
151
|
+
stkcvxsteCRV: "0x35CE969bade4D57AC45914eA1450d77b3f1d60A0",
|
|
152
|
+
stkcvxcrvPlain3andSUSD: "0x12692Afe7e39359162c3CD5a62179F18819FebfD",
|
|
153
|
+
stkcvxLUSD3CRV: "0xe63607F72fb7C48aaAed779fC9858F815adABD1c",
|
|
154
154
|
// GEARBOX
|
|
155
155
|
dDAI: "TODO: DEPLOY ME",
|
|
156
156
|
dUSDC: "TODO: DEPLOY ME",
|