Skip to content

Commit 8205704

Browse files
committed
Add OP_NODE_SYNCMODE
1 parent 8b82985 commit 8205704

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.env.mainnet

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ OP_NODE_RPC_PORT=8545
3333
OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
3434
OP_NODE_VERIFIER_L1_CONFS=4
3535
OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true
36+
OP_NODE_SYNCMODE=execution-layer
3637

3738
# OP_NODE_L1_TRUST_RPC allows for faster syncing, but should be used *only* if your L1 RPC node
3839
# is fully trusted. It also allows op-node to work with clients such as Erigon that do not

.env.sepolia

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ OP_NODE_RPC_PORT=8545
3333
OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
3434
OP_NODE_VERIFIER_L1_CONFS=4
3535
OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true
36+
OP_NODE_SYNCMODE=execution-layer
3637

3738
# OP_NODE_L1_TRUST_RPC allows for faster syncing, but should be used *only* if your L1 RPC node
3839
# is fully trusted. It also allows op-node to work with clients such as Erigon that do not

0 commit comments

Comments
 (0)