Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelArtists committed Mar 26, 2024
1 parent ebb77cf commit eb37fe3
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions main.star
Original file line number Diff line number Diff line change
Expand Up @@ -105,26 +105,6 @@ def run(plan, args):

# Create helper service to deploy contracts
zkevm_etc_directory = Directory(persistent_key="zkevm-artifacts")
plan.add_service(
name="contracts" + args["deployment_suffix"],
config=ServiceConfig(
image="node:20-bookworm",
files={
"/opt/zkevm": zkevm_etc_directory,
"/opt/contract-deploy/": Directory(
artifact_names=[
deploy_parameters_artifact,
create_rollup_parameters_artifact,
contract_deployment_script_artifact,
prover_config_artifact,
bridge_config_artifact,
agglayer_config_artifact,
dac_config_artifact,
]
),
},
),
)

# Deploy contracts
plan.exec(
Expand Down

0 comments on commit eb37fe3

Please sign in to comment.