Skip to content

Commit

Permalink
support sync from L2 fork10 and fork11
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Jul 17, 2024
1 parent b1c41b7 commit f55bf3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions synchronizer/synchronizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ func NewSynchronizer(
uint64(state.FORKID_ETROG): syncTrustedStateEtrog,
uint64(state.FORKID_ELDERBERRY): syncTrustedStateEtrog,
uint64(state.FORKID_9): syncTrustedStateEtrog,
uint64(state.FORKID_10): syncTrustedStateEtrog,
uint64(state.FORKID_11): syncTrustedStateEtrog,
}, res.state)
} else {
log.Info("L2 synchronization disabled or running in trusted sequencer mode")
Expand Down

0 comments on commit f55bf3f

Please sign in to comment.