updated fees to show ftt-perp fee

This commit is contained in:
Tyler Shipe 2021-11-01 15:49:23 -04:00
parent f49f1cb0d0
commit b49237df50
1 changed files with 18 additions and 0 deletions

View File

@ -114,6 +114,24 @@ const FeeDiscountsTable = () => {
</div> </div>
</div> </div>
</div> </div>
<div
className={`flex flex-col sm:flex-row justify-between text-th-fgd-4 text-center mt-4`}
>
<div className="px-4 mt-4 sm:mt-0">
<div>FTT {t('maker-fee')}</div>
<div className="text-th-fgd-3 text-normal">
{percentFormat.format(0.0)}
</div>
</div>
<div className="px-4 mt-4 sm:mt-0">
<div className="flex items-center">
<div>FTT {t('taker-fee')}</div>
</div>
<div className="text-th-fgd-3 text-normal">
{percentFormat.format(0.0005)}
</div>
</div>
</div>
</div> </div>
{showDeposit ? ( {showDeposit ? (
<DepositMsrmModal <DepositMsrmModal