diff --git a/index.html b/index.html
index d3bf4f5..75c48c5 100644
--- a/index.html
+++ b/index.html
@@ -877,7 +877,8 @@
totalParticipationAmount,
priceType,
oracle_address,
- price
+ price,
+ currentDepositBalance
} = obj;
console.log(obj)
return html`
@@ -985,6 +986,12 @@
${formatAmount(totalHonorAmount, 'usd')} ${sellingToken}
`: ''}
+ ${currentDepositBalance ? html`
+
+
Total deposit balance
+ ${formatAmount(currentDepositBalance, 'usd')} ${sellingToken}
+
+ `: ''}
${userChoices ? html`
Available Choices
@@ -1521,7 +1528,8 @@
maximumsubscriptionamount,
totalHonorAmount,
totalParticipationAmount,
- price
+ price,
+ currentDepositBalance
}, contractAddress,
contractName
} = info
@@ -1546,7 +1554,8 @@
oracle_address,
totalHonorAmount,
totalParticipationAmount,
- price
+ price,
+ currentDepositBalance
}
}