From 82e96d5a6c8086a7e3d0f7235e92793469c950e9 Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 11 May 2022 12:10:19 +0200 Subject: [PATCH] feat: Support new WSTETH-B collateral (#252) --- core/src/constants/COLLATERALS.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) 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',