From 2e831d8e50c255d19fca6e4bb2b4263df703ebda Mon Sep 17 00:00:00 2001 From: "jonathan@vulcanize.io" Date: Fri, 8 Mar 2024 20:40:31 +0000 Subject: [PATCH] missing rollup.json --- stack_orchestrator/data/stacks/blast/deploy/commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack_orchestrator/data/stacks/blast/deploy/commands.py b/stack_orchestrator/data/stacks/blast/deploy/commands.py index 8b5768fe..e09f28ab 100644 --- a/stack_orchestrator/data/stacks/blast/deploy/commands.py +++ b/stack_orchestrator/data/stacks/blast/deploy/commands.py @@ -26,3 +26,5 @@ def create(context, extra_args): compose_file = [f for f in command_context.cluster_context.compose_files if "blast" in f][0] source_config_file = Path(compose_file).parent.parent.joinpath("config", "blast", "genesis.json") copy(source_config_file, deployment_config_dir) + source_config_file = Path(compose_file).parent.parent.joinpath("config", "blast", "rollup.json") + copy(source_config_file, deployment_config_dir)