Skip to content

Commit aa729e6

Browse files
Add OP_NODE_SYNCMODE (#209)
Co-authored-by: Yukai Tu <[email protected]>
1 parent 63cae33 commit aa729e6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.env.mainnet

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)