Skip to content

Commit a0dd6d9

Browse files
authored
Add --verifier.l1-confs=4 flag to op-node (#94)
Keeps the verifier 4 L1 blocks behind the L1 head before deriving L2 data, providing tolerance for shallow L1 reorgs.
1 parent 8122df5 commit a0dd6d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/start-op-node.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ exec op-node \
3535
--metrics.addr=0.0.0.0 \
3636
--metrics.port=7300 \
3737
--syncmode=execution-layer \
38+
--verifier.l1-confs=4 \
3839
--p2p.priv.path=/shared/op-node_p2p_priv.txt \
3940
--p2p.peerstore.path=/shared/opnode_peerstore_db \
4041
$EXTENDED_ARG $@

0 commit comments

Comments
 (0)