apply command to perform the
deployment.
Usage
You can call theapply command like this:
CLI Arguments
--deployment-target
Default: live
--deployment-target specifies where each chain should be deployed to. It can be one of the following values:
live: Deploys to a live L1. Concretely, this means that OP Deployer will send transactions identified byvm.broadcastcalls to L1.--l1-rpc-urland--private-keymust be specified when using this target.genesis: Deploys to an L1 genesis file. This is useful for testing or local development purposes. You do not need to specify any additional arguments when using this target.calldata: Deploys to a calldata file. This is useful for generating inputs to multisig wallets for future execution.noop: Doesn’t deploy anything. This is useful for performing a dry-run of the deployment process prior to another deployment target.