Adding 2 decimal places restrition to search tokens component input

This commit is contained in:
brunoedcf
2022-11-30 17:18:46 -03:00
committed by RcleydsonR
parent 8b2aa28924
commit d4f98133f5
3 changed files with 26 additions and 3 deletions
+2 -2
View File
@@ -69,8 +69,8 @@ const mapDeposit = (depositId: BigNumber) => {
:key="deposit['blockNumber']"
@click="mapDeposit(deposit['args']['depositID'])"
>
{{ deposit["args"]["0"] }} : MRBZ
{{ blockchain.formatEther(deposit["args"]["amount"]) }}
Address:<br>{{ deposit["args"]["0"] }}<br>
MRBZ: {{ blockchain.formatEther(deposit["args"]["amount"]) }}
</li>
</ul>
</div>