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
#1522)

…possible re-orgs at depth 1

Despite berachain support finality tag they seem to have re-orgs with
block depth 1, so we will rely in the finality depth of 10 which should
be working all the times.

full thread:
https://chainlink-core.slack.com/archives/C03ANJB9VB7/p1730998603539279


## Motivation


## Solution
  • Loading branch information
fernandezlautaro authored Nov 8, 2024
1 parent e019b14 commit b6f48ec
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 @@ -8565,7 +8565,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 b6f48ec

Please sign in to comment.