Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
simsonraj committed Sep 11, 2023
1 parent dc3dee4 commit 69cbf18
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ChainID = '1442'
#For users transacting within the rollup, finality is fast, 2 - 3s & The guarantee is given by the trusted sequencer to include the blocks even after reorgs as per zkEVM
FinalityDepth = 1
NoNewHeadsThreshold = '12m'
#Current Average Block production rate is ~2m(batched 1 txn in 1 block) & given a large buffer to wait for before erroring out
NoNewHeadsThreshold = '10m'
MinIncomingConfirmations = 1
LogPollInterval = '30s'

Expand Down

0 comments on commit 69cbf18

Please sign in to comment.