fixed
This commit is contained in:
parent
e5b64ef8e6
commit
5a5b6dd695
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue