diff --git a/core/src/constants/COLLATERALS.ts b/core/src/constants/COLLATERALS.ts index 8f53eb155..5e1b6e35b 100644 --- a/core/src/constants/COLLATERALS.ts +++ b/core/src/constants/COLLATERALS.ts @@ -261,6 +261,16 @@ const COLLATERALS: Record = { route: [], }, }, + 'WSTETH-B': { + title: 'Lido wstETH', + ilk: 'WSTETH-B', + symbol: 'WSTETH', + decimals: 18, + exchange: { + callee: 'WstETHCurveUniv3Callee', + route: [], + }, + }, 'CRVV1ETHSTETH-A': { title: 'Curve stETH', ilk: 'CRVV1ETHSTETH-A',