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
currently, the asset manager address is passed in the constructor of a standard Asset NFT contract and kept in the NFT as a state var.
we could derive this address from the registry instead of having it passed in the MintNFTRequest payload. this would prevent mint fails from user error on the front end.
The text was updated successfully, but these errors were encountered:
currently, the asset manager address is passed in the constructor of a standard Asset NFT contract and kept in the NFT as a state var.
we could derive this address from the registry instead of having it passed in the MintNFTRequest payload. this would prevent mint fails from user error on the front end.
The text was updated successfully, but these errors were encountered: