dashboard: oi in $
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
parent
4ac85b6502
commit
81786eefbb
|
@ -503,7 +503,11 @@ const Dashboard: NextPage = () => {
|
|||
/>
|
||||
<KeyValuePair
|
||||
label="Open Interest"
|
||||
value={`${perpMarket.openInterest} lots`}
|
||||
value={`${perpMarket.openInterest} lots ($${
|
||||
perpMarket.baseLotsToUi(
|
||||
perpMarket.openInterest
|
||||
) * perpMarket.uiPrice
|
||||
})`}
|
||||
/>
|
||||
<KeyValuePair
|
||||
label="Lot Sizes"
|
||||
|
|
Loading…
Reference in New Issue