diff --git a/index.html b/index.html index ac341f3..191dc24 100644 --- a/index.html +++ b/index.html @@ -551,8 +551,8 @@

${interest * 100}% p.a

-
Loan to collateral ratio
-

${loan_collateral_ratio * 100}%

+
Collateral required
+

${parseFloat((1 / loan_collateral_ratio).toFixed(2))}x

Pre-liquidation threshold
@@ -1386,12 +1386,12 @@ `: ''} ${view === 'coBorrowed' && coBorrowed.length ? html` `: html``} ${view === 'lent' && lent.length ? html` `: html``} ${view === 'lend' ? html`