v2.0.1
v2.0.1
Changes
orderBookApi.getQuote(quoteParams, { chainId }).catch((error) => {
console.log('Error', error)
})
Before fix:
ApiError: Error quoting order
After fix:
{
data: { fee_amount: '0x8cafa362dc8a38' },
description: "The sell amount for the sell order is lower than the fee.",
errorType: "SellAmountDoesNotCoverFee",
}