updated fees to show ftt-perp fee
This commit is contained in:
parent
f49f1cb0d0
commit
b49237df50
|
@ -114,6 +114,24 @@ const FeeDiscountsTable = () => {
|
|||
</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>
|
||||
{showDeposit ? (
|
||||
<DepositMsrmModal
|
||||
|
|
Loading…
Reference in New Issue