Open myst4 opened 9 months ago
This is intentional. We want to cycle through all the token Ids.
If you want to prevent rarity sniping, make a second baseURI update after all the IDs have been cycled through once.
We might make it an option in the future to allow recycling token Ids, but we have other priorities.
Hello guys,
I am currently testing the DN404 protocol, and I've encountered inconsistencies regarding NFT IDs. Here is the scenario:
This process raises concerns about consistency in NFT ID. Shouldn't there be a mechanism in place to maintain consistency and ensure that IDs are not lost? If I'm not mistaken, The ERC404 protocol addresses this by adding a queue for burned IDs to be minted again later, ensuring consistency with the NFT IDs
Thanks for advance