Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Nov 12, 2024
1 parent 31dc334 commit 1b9227a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion agglayer.star
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def create_agglayer_prover_config_artifact(plan, args):
is_cpu_prover_enabled = "false"
is_network_prover_enabled = "true"


return plan.render_templates(
name="agglayer-prover-config-artifact",
config={
Expand Down
1 change: 0 additions & 1 deletion main.star
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def run(plan, args={}):
else:
plan.print("Skipping the deployment of cdk/bridge infrastructure")


# Deploy contracts on L2.
if deployment_stages.get("deploy_l2_contracts", False):
plan.print("Deploying contracts on L2")
Expand Down

0 comments on commit 1b9227a

Please sign in to comment.