Skip to content

Commit 9a76f30

Browse files
committed
NFL to NLP
1 parent 263b98f commit 9a76f30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contracts/MetadataViews.cdc

+2-2
Original file line numberDiff line numberDiff line change
@@ -795,12 +795,12 @@ pub contract MetadataViews {
795795
}
796796

797797
access(contract) fun votingRights(): NFTLicense {
798-
self.rights.append("NFL-VOTE")
798+
self.rights.append("NLP-VOTE")
799799
return self
800800
}
801801

802802
access(contract) fun commercialRights(): NFTLicense {
803-
self.rights.append("NFL-COM")
803+
self.rights.append("NLP-COM")
804804
return self
805805
}
806806

0 commit comments

Comments
 (0)