ProjectOpenSea / opensea-js

TypeScript SDK for the OpenSea marketplace
https://docs.opensea.io/reference
MIT License
2.28k stars 962 forks source link

Error: You have provided fees that we cannot attribute to OpenSea or the collection, in klaytn chain #1454

Closed suropark closed 4 months ago

suropark commented 6 months ago

Discussed in https://github.com/ProjectOpenSea/opensea-js/discussions/1409

Originally posted by **suropark** March 10, 2024 hi, is there anyone knows how to handle this error in klaytn chain ``` "You have provided fees that we cannot attribute to OpenSea or the collection" ``` chain : klaytn ``` const offer = await this.sdk.createOffer({ asset: { tokenId, tokenAddress, }, accountAddress: accountAddress, startAmount: price, expirationTime: (Math.round(Date.now() / 1000) + duration).toString(), }); ``` all parameters are filled correctly
ryanio commented 6 months ago

what tokenId and tokenAddress are you using? will try to recreate

github-actions[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.