Skip to content

Commit

Permalink
fix: update verb passingose arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfigmelo committed Feb 25, 2025
1 parent 807da0c commit b7534a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/el/op-reth/op_reth_builder_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def get_config(

cmd = [
"node",
"-{0}".format(log_level),
"--datadir=" + EXECUTION_DATA_DIRPATH_ON_CLIENT_CONTAINER,
"--chain={0}".format(
launcher.network
Expand All @@ -187,7 +188,6 @@ def get_config(
"--discovery.port={0}".format(discovery_port),
"--port={0}".format(discovery_port),
"--rpc.eth-proof-window=302400",
"-" + log_level,
]

# configure files
Expand Down
2 changes: 1 addition & 1 deletion src/el/op-reth/op_reth_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def get_config(

cmd = [
"node",
"-{0}".format(log_level),
"--datadir=" + EXECUTION_DATA_DIRPATH_ON_CLIENT_CONTAINER,
"--chain={0}".format(
launcher.network
Expand All @@ -187,7 +188,6 @@ def get_config(
"--discovery.port={0}".format(discovery_port),
"--port={0}".format(discovery_port),
"--rpc.eth-proof-window=302400",
"-" + log_level,
]

# configure files
Expand Down

0 comments on commit b7534a8

Please sign in to comment.