-
Notifications
You must be signed in to change notification settings - Fork 9
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/body parsing #45
Conversation
Feat/remove email wallet sdk
…recovery into feat/body-parsing
Soft approve of these changes. Will approve formally once audit is over and review any additional changes |
@SoraSuegami can we mark this as ready for review? |
* Use salt value for deployment * Add minimumDelay * Add CREATE2_SALT value into all deploy scripts
Feat/body parsing
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
@@ -35,7 +35,7 @@ contract DeploySafeRecoveryWithAccountHiding_Script is BaseDeployScript { | |||
IERC7484 registry = IERC7484(0xe0cde9239d16bEf05e62Bbf7aA93e420f464c826); | |||
|
|||
vm.startBroadcast(vm.envUint("PRIVATE_KEY")); | |||
verifier = address(0); |
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.
good catch
No description provided.