missing rollup.json
Lint Checks / Run linter (push) Failing after 4s Details

jonathan@vulcanize.io 2024-03-08 20:40:31 +00:00
parent b4eda902ea
commit 2e831d8e50
1 changed files with 2 additions and 0 deletions

View File

@ -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)