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

Consider making a Deployer contract to do all the initial setup steps #251

Open
edmundedgar opened this issue Mar 7, 2024 · 0 comments
Open

Comments

@edmundedgar
Copy link
Contributor

We have quite a few steps of passing the same arguments to lots of different contracts. This ends up requiring us to have a lot of duplicated code in deploy scripts, forge tests and javascript tests. Consider making a deployer contract to do that whole initial deployment. That way if that code is correct, we can be confident that our deployment is correct and we don't have to audit a lot of deployment code as well as solidity code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant