-
Notifications
You must be signed in to change notification settings - Fork 345
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
remove redundant configs #429
remove redundant configs #429
Conversation
Signed-off-by: Danil <deniallugo@gmail.com>
Signed-off-by: Danil <deniallugo@gmail.com>
|
||
saveOutput(); | ||
} | ||
|
||
// This function should be called by the owner to accept the admin role | ||
function acceptAdmin() public { |
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.
typically admin
will be governance.sol contract (this is how we plan to track for upgrades), better to have a way encode a call to this contract, instead of EOA accepting admin
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.
I think it's doable using foundry. Thanks for noticing! as i remember we can just print the calldata
Signed-off-by: Danil <deniallugo@gmail.com>
7ada7f3
to
0115e1c
Compare
Signed-off-by: Danil <deniallugo@gmail.com>
0115e1c
to
09d01ed
Compare
Signed-off-by: Danil <deniallugo@gmail.com>
704f094
to
552da53
Compare
What ❔
Why ❔
Checklist