Skip to content

Commit

Permalink
NFL to NLP
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahannan committed Aug 28, 2023
1 parent c7933ea commit 9641acd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/MetadataViews.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -795,12 +795,12 @@ pub contract MetadataViews {
}

access(contract) fun votingRights(): NFTLicense {
self.rights.append("NFL-VOTE")
self.rights.append("NLP-VOTE")
return self
}

access(contract) fun commercialRights(): NFTLicense {
self.rights.append("NFL-COM")
self.rights.append("NLP-COM")
return self
}

Expand Down
Loading

0 comments on commit 9641acd

Please sign in to comment.