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

Don't compile ModuleProxyFactory, and don't deploy it any longer #111

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

adamgall
Copy link
Member

@adamgall adamgall commented Oct 9, 2024

The ModuleProxyFactory is deployed by the Zodiac team, to many many networks. We don't need to be deploying our own instance of it.

The real reason for this change is a very deep rabbit hole of solidity bytecode mismatch when using multiple version of solidity in the project (which, at the time of this PR, doesn't exist, but other open branches need to use solidity 0.8.22, and when I do that, for SOME DANG REASON I cannot for the life of me get the deployment scripts to NOT re-deploy this ModuleProxyFactory contract).

So anyway, let's just not deploy it any more ever again :) That'll solve my problems in the other branches.

@adamgall adamgall merged commit 47390cd into develop Oct 9, 2024
1 check passed
@adamgall adamgall deleted the no-more-ModuleProxyFactory-deployments branch October 9, 2024 21:17
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.

1 participant