From 63b8544ce8a9b9867f46e9ad9117e91c558d5633 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 Sep 2024 15:28:31 +0200 Subject: [PATCH] chore: set proof window Signed-off-by: Oliver --- src/el/op-reth/op_reth_launcher.star | 1 + 1 file changed, 1 insertion(+) diff --git a/src/el/op-reth/op_reth_launcher.star b/src/el/op-reth/op_reth_launcher.star index a923fe2..0bc41ce 100644 --- a/src/el/op-reth/op_reth_launcher.star +++ b/src/el/op-reth/op_reth_launcher.star @@ -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: