Skip to content

Commit

Permalink
feat: Support new WSTETH-B collateral (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben authored May 11, 2022
1 parent e2a52fa commit 82e96d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions core/src/constants/COLLATERALS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,16 @@ const COLLATERALS: Record<string, CollateralConfig> = {
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',
Expand Down

0 comments on commit 82e96d5

Please sign in to comment.