preparing props for next steps fafter search
This commit is contained in:
@@ -131,6 +131,7 @@ const mapDeposits = async (depositId: BigNumber) => {
|
||||
const deposit = await contract.mapDeposits(depositId);
|
||||
|
||||
console.log(deposit);
|
||||
return deposit;
|
||||
};
|
||||
|
||||
const formatEther = (balance: string) => {
|
||||
|
||||
Reference in New Issue
Block a user