-
Notifications
You must be signed in to change notification settings - Fork 15
feat: wip- acl cleanup script and other cleanup #76
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ 🚀 New features to boost your workflow:
|
return 0xb4F1f4d59bd7590e92c386083Aa260C1e09cC58b; | ||
} else if (block.chainid == holesky) { | ||
// https://holesky.etherscan.io/address/0xDDDeAfB492752FC64220ddB3E7C9f1d5CcCdFdF0 | ||
return 0xDDDeAfB492752FC64220ddB3E7C9f1d5CcCdFdF0; |
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.
Should we change this address?
} | ||
// Keep this address for revoking old paymaster in future | ||
|
||
function _getDeprecatedPaymaster() internal view returns (address) { |
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.
Why is this function necessary?
@@ -0,0 +1,111 @@ | |||
// SPDX-License-Identifier: GPL-3.0 | |||
pragma solidity >=0.8.0 <0.9.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.
This is the 3rd file that starts by 07_. We should rename
No description provided.