Skip to content
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: capped minter v2 close event #27

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

marcomariscal
Copy link

No description provided.

@marcomariscal marcomariscal linked an issue Dec 17, 2024 that may be closed by this pull request
@@ -127,6 +130,7 @@ contract ZkCappedMinterV2 is AccessControl, Pausable {
function close() external {
_checkRole(DEFAULT_ADMIN_ROLE, msg.sender);
closed = true;
emit Closed();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prbobly good to emit with msg.sender

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexkeating alexkeating force-pushed the feat/capped-minter-v2-close-event branch from 3e73a34 to 2e25ca9 Compare December 18, 2024 01:47
@alexkeating alexkeating merged commit 2d04415 into feat/capped-minter-v2 Dec 18, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Emit closed event when minter is closed
2 participants