This commit is contained in:
miguelToscano 2022-10-11 16:03:05 -03:00
parent e5b64ef8e6
commit 5a5b6dd695
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ contract SitesNFTs is ERC721URIStorage, AccessControl {
constructor(string memory name, string memory symbol) ERC721(name, symbol) {
baseURI = "data:application/json;base64,";
_setupRole(DEFAULT_ADMIN_ROLE, msg.sender);
_;
}
// Token uri is the Base64 encoded json metadata