fix bug: error price for sell

This commit is contained in:
CounterFire2023 2024-07-04 05:34:38 +08:00
parent e8fc2d9c88
commit 1e88d573d3

View File

@ -183,7 +183,7 @@ const sellConfirm = async () => {
contractAddress: props.sellDataArr.contract_address,
tokenId: props.sellDataArr.token_id,
currencyAddress: currency,
currencyAmount: ethers.utils.parseEther(totalPrice(priceValue.value)).toString(),
currencyAmount: ethers.utils.parseEther(priceValue.value).toString(),
orderExpiry: orderData,
};
console.log(data)