You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: