-
Notifications
You must be signed in to change notification settings - Fork 4
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
Contains MiniWallet Contracts refactor, MiniServer, Proxy Upgrade Deploys and NFT Scaffolding #11
Conversation
emit SetBaseUri(baseUri); | ||
} | ||
|
||
function mintForCommunity(address _to, uint256 _numberOfTokens) |
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.
Let's have a batch version of this, or have a separate multi-call contract. I recall it wasn't a nice experience using this for thousands of airdrops
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.
overall looks good aside from minor cosmetic and syntactical changes
Outstanding Items
|
This branch is being used to work on Minting NFT for users when registering #10