Replies: 1 comment 1 reply
-
This was fixed in v7.1.2, can you give that a try https://github.com/ProjectOpenSea/opensea-js/releases/tag/v7.1.2 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading to opensea-js 7.1.1, I find that I cannot cancel orders created by opensea-js before the upgrade:
This is how I cancel a listing (pseudo-code)
With this error, I updated the order's
protocolAddress
field with Seaport 1.6:order.protocolAddress = "0x0000000000000068F116a894984e2DB1123eB395";
The error no longer occurs, but the transaction does nothing, the token is still listed.
Any idea how to solve this problem?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions