-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added External Contributors NFT collection #82
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bezerrablockchain fix linting and it should be good to go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Let's merge it
function lockNFTMinting() external onlyOwner { | ||
_getStorage()._locked = true; | ||
emit AirDropLocked(totalSupply()); | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are locking it against your own temptation to do a couple of more mints? 🤣 funny
And later you say to yourself: oh thank goodness, I was wise that locked it earlier! Now I wouldn't be able to resist
Added NFT Collection for External Contributors
Following https://rsklabs.atlassian.net/browse/DAO-759