fix bug: error price for sell
This commit is contained in:
parent
e8fc2d9c88
commit
1e88d573d3
@ -183,7 +183,7 @@ const sellConfirm = async () => {
|
|||||||
contractAddress: props.sellDataArr.contract_address,
|
contractAddress: props.sellDataArr.contract_address,
|
||||||
tokenId: props.sellDataArr.token_id,
|
tokenId: props.sellDataArr.token_id,
|
||||||
currencyAddress: currency,
|
currencyAddress: currency,
|
||||||
currencyAmount: ethers.utils.parseEther(totalPrice(priceValue.value)).toString(),
|
currencyAmount: ethers.utils.parseEther(priceValue.value).toString(),
|
||||||
orderExpiry: orderData,
|
orderExpiry: orderData,
|
||||||
};
|
};
|
||||||
console.log(data)
|
console.log(data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user