Skip to content

Commit

Permalink
Update rollup-boost params
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Feb 21, 2025
1 parent 8d6ded4 commit fb4a4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mev/rollup-boost/rollup_boost_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ def get_config(

public_ports = {}
cmd = [
"--jwt-path=" + constants.JWT_MOUNT_PATH_ON_CONTAINER,
"--l2-jwt-path=" + constants.JWT_MOUNT_PATH_ON_CONTAINER,
"--l2-url={0}".format(L2_EXECUTION_ENGINE_ENDPOINT),
"--builder-jwt-path=" + constants.JWT_MOUNT_PATH_ON_CONTAINER,
"--builder-url={0}".format(BUILDER_EXECUTION_ENGINE_ENDPOINT),
"--rpc-port={0}".format(RPC_PORT_NUM),
"--boost-sync",
"--log-level=debug",
]

Expand Down

0 comments on commit fb4a4db

Please sign in to comment.