Skip to content

Commit

Permalink
update celo alfajores config
Browse files Browse the repository at this point in the history
  • Loading branch information
finleydecker committed Oct 10, 2024
1 parent 2d746f0 commit 4b5da3a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
34 changes: 13 additions & 21 deletions core/chains/evm/config/toml/defaults/Celo_Testnet.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,20 @@
ChainID = "44787"
ChainType = "optimismBedrock"
FinalityTagEnabled = true
LogPollInterval = "1s"
NoNewHeadsThreshold = "40s"
ChainID = '44787'
ChainType = 'celo'
FinalityDepth = 10
LogPollInterval = '5s'
MinIncomingConfirmations = 1
NoNewFinalizedHeadsThreshold = "15m"
NoNewHeadsThreshold = '1m'
OCR.ContractConfirmations = 1
NoNewFinalizedHeadsThreshold = '1m'

[GasEstimator]
EIP1559DynamicFees = true
PriceMin = "1 wei"
PriceMax = "1000 gwei"
BumpMin = "100 wei"
PriceDefault = '5 gwei'
PriceMax = '500 gwei'
PriceMin = '5 gwei'
BumpMin = '2 gwei'

[GasEstimator.BlockHistory]
BlockHistorySize = 60

[Transactions]
ResendAfterThreshold = "30s"
BlockHistorySize = 24

[HeadTracker]
HistoryDepth = 300

[NodePool]
SyncThreshold = 10

[OCR]
ContractConfirmations = 1
HistoryDepth = 50
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ chainlink_node_funding = 10

[Soak.OCR]
[Soak.OCR.Common]
test_duration = "24h"
test_duration = "72h"

[Soak.OCR.Soak]
time_between_rounds = "2m"
time_between_rounds = "5m"

[OCR.Common]
number_of_contracts = 2

0 comments on commit 4b5da3a

Please sign in to comment.