Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 64dcff0

Browse files
authored
safe mode by default (#3547)
* safe mode by default * doc
1 parent fed89ca commit 64dcff0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

config/default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ EnableHttpLog = true
102102
SyncInterval = "1s"
103103
SyncChunkSize = 100
104104
TrustedSequencerURL = "" # If it is empty or not specified, then the value is read from the smc
105-
SyncBlockProtection = "latest" # latest, finalized, safe
105+
SyncBlockProtection = "safe" # latest, finalized, safe
106106
L1SynchronizationMode = "sequential"
107107
L1SyncCheckL2BlockHash = true
108108
L1SyncCheckL2BlockNumberhModulus = 30

0 commit comments

Comments
 (0)