Skip to content

Commit

Permalink
batch1_2024: changing berachain to not honor the finality tag due to …
Browse files Browse the repository at this point in the history
…possible re-orgs at depth 1
  • Loading branch information
fernandezlautaro committed Nov 8, 2024
1 parent e85f550 commit a98e18c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions core/chains/evm/config/toml/defaults/Berachain_Testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ LogPollInterval = '10s'
# finality_depth * block_time / 60 secs = ~0.8 min (finality time)
NoNewFinalizedHeadsThreshold = '5m'


FinalityTagEnabled = true

[GasEstimator]
EIP1559DynamicFees = true
Mode = 'FeeHistory'
Expand Down
2 changes: 1 addition & 1 deletion docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7959,7 +7959,7 @@ AutoCreateKey = true
BlockBackfillDepth = 10
BlockBackfillSkip = false
FinalityDepth = 10
FinalityTagEnabled = true
FinalityTagEnabled = false
LogBackfillBatchSize = 1000
LogPollInterval = '10s'
LogKeepBlocksDepth = 100000
Expand Down

0 comments on commit a98e18c

Please sign in to comment.