Skip to content

Commit

Permalink
chore: set proof window
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver <[email protected]>
  • Loading branch information
onbjerg authored Sep 2, 2024
1 parent 74b6417 commit 63b8544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/el/op-reth/op_reth_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def get_config(
"--metrics=0.0.0.0:{0}".format(METRICS_PORT_NUM),
"--discovery.port={0}".format(discovery_port),
"--port={0}".format(discovery_port),
"--rpc.eth-proof-window=302400",
]

if not sequencer_enabled:
Expand Down

0 comments on commit 63b8544

Please sign in to comment.