Skip to content

Commit

Permalink
fixed optimum deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 8, 2024
1 parent b4df810 commit b4eda90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stack_orchestrator/data/compose/docker-compose-blast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
--l1.rpckind="any"
--l2="http://blast-geth:8551"
--l2.jwt-secret=/blast/jwt.txt
--rollup.config="/blast/${NETWORK:-mainnet}/rollup.json"
--rollup.config="/blast/rollup.json"
depends_on:
- blast-geth
env_file:
Expand Down
2 changes: 1 addition & 1 deletion stack_orchestrator/data/stacks/blast/deploy/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

def create(context, extra_args):

# Our goal here is just to copy the genesis.json file for blast
# Our goal here is just to copy the json files for blast
deployment_config_dir = context.deployment_dir.joinpath("data", "blast-data")
command_context = extra_args[2]
compose_file = [f for f in command_context.cluster_context.compose_files if "blast" in f][0]
Expand Down

0 comments on commit b4eda90

Please sign in to comment.