Wyvern orders posted to the API are deprecated, except for shared storefront orders
See original GitHub issueWhen creating an order with createFactorySellOrders
, I get the Error:
"['Wyvern orders posted to the API are deprecated, except for shared storefront orders']"
How can I use the new API?
I’m using opensea-js version 4.0.3
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:31 (1 by maintainers)
Top Results From Across the Web
Deprecated: Wyvern order posting to Shared Storefront contract
What: we are discontinuing support for Wyvern order posting to the OpenSea shared storefront contract on Monday, July 25th.
Read more >OpenSea API on Twitter: "Today, we deprecated the ability to ...
Today, we deprecated the ability to post Wyvern orders to our API, but still support the retrieval of Wyvern orders.
Read more >Listing NFT on OpenSea via JS API: Failed to extract transfer ...
In my case createSellOrder is not returning anything. And also code after that doesn't seem to execute. I have posted my question here ......
Read more >Opensea Deprecates Ability to Post Wyvern Orders to API
OpenSea announced that it has deprecated the ability to post Wyvern orders to its API, but still support the retrieval of Wyvern orders....
Read more >Personal Computer - Wikimedia Commons
The SysRq / Print screen commands often share the same key. ... In order to cut the cost of computer speakers (unless designed...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Lebski Sure, I also found a way to even get the open-sea API working, so take a look: https://gist.github.com/Deathwing/b49c03c465c17312f8affc536b5ea64d
@cto-aarchik then you have to update your SDK. Maybe your old version is still in node_modules? You also have to import
OpenSeaSDK
.