preparing props for next steps fafter search

This commit is contained in:
RcleydsonR
2022-11-29 17:49:24 -03:00
parent c5162c1896
commit ee35c17b6e
4 changed files with 17 additions and 11 deletions

View File

@@ -131,6 +131,7 @@ const mapDeposits = async (depositId: BigNumber) => {
const deposit = await contract.mapDeposits(depositId);
console.log(deposit);
return deposit;
};
const formatEther = (balance: string) => {