Fix seller parameter for offer.

This commit is contained in:
Filipe Soccol 2025-04-15 16:33:07 -03:00
parent bca93282ac
commit 0186afe971

View File

@ -68,7 +68,7 @@ const addDeposit = async (): Promise<any> => {
sellerId.id,
toHex("", { size: 32 }),
getTokenAddress(user.selectedToken.value),
parseEther(user.seller.value.offer),
parseEther(user.seller.value.offer.toString()),
true,
],
account,