Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 0c0d158

Browse files
committed
Also adjust other chains
1 parent 862508b commit 0c0d158

25 files changed

+88
-26
lines changed

core/chains/evm/config/toml/defaults/Avalanche_Mainnet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ BlockHistorySize = 24
2121
[HeadTracker]
2222
# FinalityDepth < 1k => FinalityTagBypass = false
2323
# https://chainlink-core.slack.com/archives/C07RA1B58CC/p1730983397689179?thread_ts=1730908333.814809&cid=C07RA1B58CC
24-
FinalityTagBypass = false
24+
FinalityTagBypass = false

core/chains/evm/config/toml/defaults/BOB_Testnet.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@ CacheTimeout = '4s'
2121

2222
[GasEstimator.BlockHistory]
2323
BlockHistorySize = 100
24+
25+
[HeadTracker]
26+
# FinalityDepth < 1k => FinalityTagBypass = false
27+
# https://chainlink-core.slack.com/archives/C07RA1B58CC/p1730983397689179?thread_ts=1730908333.814809&cid=C07RA1B58CC
28+
FinalityTagBypass = false

core/chains/evm/config/toml/defaults/Berachain_Testnet.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ CacheTimeout = '10s'
1717

1818
[GasEstimator.BlockHistory]
1919
BlockHistorySize = 100
20+
21+
[HeadTracker]
22+
# FinalityDepth < 1k => FinalityTagBypass = false
23+
# https://chainlink-core.slack.com/archives/C07RA1B58CC/p1730983397689179?thread_ts=1730908333.814809&cid=C07RA1B58CC
24+
FinalityTagBypass = false

core/chains/evm/config/toml/defaults/Bitlayer_Mainnet.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ EIP1559DynamicFees = false
88
PriceMax = '1 gwei' # DS&A recommended value
99
PriceMin = '40 mwei' # During testing, we saw minimum gas prices ~50 mwei
1010
PriceDefault = '1 gwei' # As we set PriceMax to '1 gwei' and PriceDefault must be less than or equal to PriceMax
11-
FeeCapDefault = '1 gwei' # As we set PriceMax to '1 gwei' and FeeCapDefault must be less than or equal to PriceMax
11+
FeeCapDefault = '1 gwei' # As we set PriceMax to '1 gwei' and FeeCapDefault must be less than or equal to PriceMax
12+
13+
[HeadTracker]
14+
# FinalityDepth < 1k => FinalityTagBypass = false
15+
# https://chainlink-core.slack.com/archives/C07RA1B58CC/p1730983397689179?thread_ts=1730908333.814809&cid=C07RA1B58CC
16+
FinalityTagBypass = false

core/chains/evm/config/toml/defaults/Bitlayer_Testnet.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ EIP1559DynamicFees = false
88
PriceMax = '1 gwei' # DS&A recommended value
99
PriceMin = '40 mwei' # During testing, we saw minimum gas prices ~50 mwei
1010
PriceDefault = '1 gwei' # As we set PriceMax to '1 gwei' and PriceDefault must be less than or equal to PriceMax
11-
FeeCapDefault = '1 gwei' # As we set PriceMax to '1 gwei' and FeeCapDefault must be less than or equal to PriceMax
11+
FeeCapDefault = '1 gwei' # As we set PriceMax to '1 gwei' and FeeCapDefault must be less than or equal to PriceMax
12+
13+
[HeadTracker]
14+
# FinalityDepth < 1k => FinalityTagBypass = false
15+
# https://chainlink-core.slack.com/archives/C07RA1B58CC/p1730983397689179?thread_ts=1730908333.814809&cid=C07RA1B58CC
16+
FinalityTagBypass = false

core/chains/evm/config/toml/defaults/Blast_Mainnet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ FinalityTagBypass = false
3434
# 4 block sync time between nodes to ensure they aren't labelled unreachable too soon
3535
PollFailureThreshold = 4
3636
# polls every 4sec to check if there is a block produced, since blockRate is ~3sec
37-
PollInterval = '4s'
37+
PollInterval = '4s'

core/chains/evm/config/toml/defaults/Blast_Sepolia.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ FinalityTagBypass = false
3434
# 4 block sync time between nodes to ensure they aren't labelled unreachable too soon
3535
PollFailureThreshold = 4
3636
# polls every 4sec to check if there is a block produced, since blockRate is ~3sec
37-
PollInterval = '4s'
37+
PollInterval = '4s'

core/chains/evm/config/toml/defaults/Ethereum_Mainnet.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ TransactionPercentile = 50
1515

1616
[OCR2.Automation]
1717
GasLimit = 10500000
18+
19+
[HeadTracker]
20+
# FinalityDepth < 1k => FinalityTagBypass = false
21+
# https://chainlink-core.slack.com/archives/C07RA1B58CC/p1730983397689179?thread_ts=1730908333.814809&cid=C07RA1B58CC
22+
FinalityTagBypass = false

core/chains/evm/config/toml/defaults/Ethereum_Sepolia.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ TransactionPercentile = 50
1414
GasLimit = 10500000
1515

1616
[HeadTracker]
17+
# FinalityDepth < 1k => FinalityTagBypass = false
18+
# https://chainlink-core.slack.com/archives/C07RA1B58CC/p1730983397689179?thread_ts=1730908333.814809&cid=C07RA1B58CC
1719
FinalityTagBypass = false

core/chains/evm/config/toml/defaults/Fantom_Mainnet.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ RPCBlockQueryDelay = 2
99
Mode = 'SuggestedPrice'
1010

1111
[OCR2.Automation]
12-
GasLimit = 3800000
12+
GasLimit = 3800000
13+
14+
[HeadTracker]
15+
# FinalityDepth < 1k => FinalityTagBypass = false
16+
# https://chainlink-core.slack.com/archives/C07RA1B58CC/p1730983397689179?thread_ts=1730908333.814809&cid=C07RA1B58CC
17+
FinalityTagBypass = false

0 commit comments

Comments
 (0)