You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update the smart contract with the NFT enumerable extension
clean the smart contract code by removing all NFT functions: we must export them instead of copy-paste
upgrade the smart contract: call upgradeSC
update the frontend: don't use the cache of the explorer: the extension allows to get all NFT ids owned by the connected address. With that, we can use getDomainFromTokenId to get the list of owned domain and display them.
Migrate all registered / existing MNS in the new index
Test updated MNS system on labnet & buildnet
The text was updated successfully, but these errors were encountered:
Objective
Stop using the cache will greatly improve user experience, pain points:
How to
The text was updated successfully, but these errors were encountered: