Skip to content

Commit

Permalink
Increase finalized block offset for celo & wemix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaidashenko committed Oct 24, 2024
1 parent 577a2af commit dc33988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/chains/evm/config/toml/defaults/Celo_Testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ LogPollInterval = '5s'
MinIncomingConfirmations = 1
NoNewHeadsThreshold = '1m'
OCR.ContractConfirmations = 1
FinalizedBlockOffset = 2
NoNewFinalizedHeadsThreshold = '1m'

[GasEstimator]
Expand Down
1 change: 1 addition & 0 deletions core/chains/evm/config/toml/defaults/WeMix_Testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ MinIncomingConfirmations = 1
# WeMix emits a block every 1 second, regardless of transactions
LogPollInterval = '3s'
NoNewHeadsThreshold = '30s'
FinalizedBlockOffset = 2
NoNewFinalizedHeadsThreshold = '40s'

[OCR]
Expand Down

0 comments on commit dc33988

Please sign in to comment.