From e94081ca0e107e86e524e6dea57aae350805bb65 Mon Sep 17 00:00:00 2001 From: Finley Decker Date: Thu, 10 Oct 2024 11:20:02 -1000 Subject: [PATCH] update celo alfajores config --- .../config/toml/defaults/Celo_Testnet.toml | 34 ++++++++++++------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/core/chains/evm/config/toml/defaults/Celo_Testnet.toml b/core/chains/evm/config/toml/defaults/Celo_Testnet.toml index eb43f080b7d..851a37865b0 100644 --- a/core/chains/evm/config/toml/defaults/Celo_Testnet.toml +++ b/core/chains/evm/config/toml/defaults/Celo_Testnet.toml @@ -1,20 +1,28 @@ -ChainID = '44787' -ChainType = 'celo' -FinalityDepth = 10 -LogPollInterval = '5s' +ChainID = "44787" +ChainType = "optimismBedrock" +FinalityTagEnabled = true +LogPollInterval = "1s" +NoNewHeadsThreshold = "40s" MinIncomingConfirmations = 1 -NoNewHeadsThreshold = '1m' -OCR.ContractConfirmations = 1 -NoNewFinalizedHeadsThreshold = '1m' +NoNewFinalizedHeadsThreshold = "15m" [GasEstimator] -PriceDefault = '5 gwei' -PriceMax = '500 gwei' -PriceMin = '5 gwei' -BumpMin = '2 gwei' +EIP1559DynamicFees = true +PriceMin = "1 wei" +PriceMax = "1000 gwei" +BumpMin = "100 wei" [GasEstimator.BlockHistory] -BlockHistorySize = 24 +BlockHistorySize = 60 + +[Transactions] +ResendAfterThreshold = "30s" [HeadTracker] -HistoryDepth = 50 +HistoryDepth = 300 + +[NodePool] +SyncThreshold = 10 + +[OCR] +ContractConfirmations = 1 \ No newline at end of file