-
Notifications
You must be signed in to change notification settings - Fork 526
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
Proxy pattern smart wallet factory contracts #562
Conversation
…attern-wallet-factory
Codecov ReportAttention:
... and 1 file with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
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.
excited for this, will give it a spin on monday
{} | ||
|
||
/// @notice Initializes the factory contract. | ||
function initialize(address _defaultAdmin, string memory _contractURI) external initializer { |
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.
niice we can pass contractURI now :D
IEntryPoint _entrypoint, | ||
Extension[] memory _defaultExtensions | ||
) | ||
constructor(IEntryPoint _entrypoint, Extension[] memory _defaultExtensions) |
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.
also this means we can now use publish feature for dynamic contracts properly 👌
Built on top of #561