decentraland / creator-hub

MIT License
0 stars 4 forks source link

NFT UI lists all items not for sale #192

Open nearnshaw opened 1 year ago

nearnshaw commented 1 year ago

When opening the UI for an NFT, the UI lists it as "Not for sale" even when it is for sale

Image

Here's a scene to test: https://play.decentraland.org/?position=-56,-34

This NFT is for sale: https://opensea.io/assets/ethereum/0x10daa9f4c0f985430fde4959adb2c791ef2ccf83/1

But shows as not for sale in the UI:

Image

Possibly OpenSea made changes to the API, and we're still trying to read it badly

gonpombo8 commented 5 months ago

We need to get this info from another endpoint (ask opensea which endpoint), because this info is not coming in the new v2 endpoint.

It should be better if one unity dev could grab this, it needs a lot of refactoring and creating new model to fetch & store the values.