Skip to content

Commit

Permalink
updated ft
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Jul 15, 2024
1 parent 3f62441 commit e3056b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/chains/evm/config/toml/defaults/zkSync_Mainnet.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ChainID = '324'
ChainType = 'zksync'
# 2400block ~ 20min concurrent with the l1_committed tag
FinalityDepth = 2400
# 1200block ~ 20min concurrent with the l1_committed tag
FinalityDepth = 1200
# block rate is ~2-5sec, so this ensures blocks are polled correctly
LogPollInterval = '5s'
# sufficient time for RPC to be labelled out of sync, since blockRate is pretty fast
Expand All @@ -25,4 +25,4 @@ BlockHistorySize = 200

[HeadTracker]
# tracks top N blocks to keep in heads database table. Should store atleast the same # of blocks as finalityDepth
HistoryDepth = 2500
HistoryDepth = 1500

0 comments on commit e3056b1

Please sign in to comment.