-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add script which deploys our contract to L1 & L2 as needed using ChugSplash #708
Comments
Most minimal
Notes
Background
L1 contracts
Action items
|
Closing this, we'll be reworking the ChugSplash project plan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
With all of this chugsplash infrastructure, we need a script to actually automate a deployment. Additionally this script must be used in our CI in place of the current
deployer
.Describe the solution you'd like
Create a script which, using the smart contract work & off-chain scripts that were developed in: #696 #697 #703 #706 and #707 performs a full chugsplash deployment.
After this has been implemented and tested in a 1-off environment, this should be hooked up to our CI and replace our current
deployer
! In order for this to be possible, we will need to:deployer
image & make sure it is now using the new deployment mechanism by updatingyarn deploy
All integration tests should still pass even though we are now using a new deployment mechanism!
Blockers
#696 #697 #703 #706 and #707
The text was updated successfully, but these errors were encountered: