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 4b5da3a commit e94081c
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions core/chains/evm/config/toml/defaults/Celo_Testnet.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e94081c

Please sign in to comment.