-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
op-deployer: Support L1 alloc deployments (#12517)
* op-deployer: Support L1 alloc deployments Adds support for deploying to L1 allocs file. When deploying to an allocs file, all contracts necessary for the L2 will be included in the L1's genesis state. This is useful for devnet deployments and test automation. To use an L1 allocs file, set the field `deploymentStrategy` in the intent to `allocs`. The default is `live`, for live chains. * make apply command work, fix test * merge artifacts * fix merge artifacts * Update op-deployer/pkg/deployer/state/state.go Co-authored-by: Blaine Malone <[email protected]> * fix: extra check for singleton contracts in tests. * Update op-deployer/pkg/deployer/flags.go Co-authored-by: Blaine Malone <[email protected]> * remove unused param * fix merge artifact --------- Co-authored-by: Blaine Malone <[email protected]>
- Loading branch information
Showing
22 changed files
with
1,052 additions
and
638 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bin | ||
.deployer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.