Component
API
Have you ensured that all of these are up to date?
What version of opensea-js are you on?
6.1.11
What function is the bug in?
createSellOrder
Operating System
macOS (Apple Silicon)
Describe the bug

`orderData = {
asset: {
tokenAddress: tokenAddress,
tokenId: tokenId,
tokenStandard: constants.TOKEN_STANDARD
},
accountAddress: accountAddress,
startAmount: startAmount,
reserveAmount: 'amount', // please confirm this field, I don't see this field exists in params of openseaSDK
paymentTokenAddress: paymentTokenAddress,
expirationTime: expirationTime,
englishAuction: isListingAuction,
}
let order = await openSeaSdk.createSellOrder(orderData)
`
Component
API
Have you ensured that all of these are up to date?
What version of opensea-js are you on?
6.1.11
What function is the bug in?
createSellOrder
Operating System
macOS (Apple Silicon)
Describe the bug