Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Celo l2 soak v2 #14991

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions core/chains/evm/config/toml/defaults/Celo_Testnet.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
ChainID = '44787'
ChainType = 'celo'
FinalityDepth = 10
LogPollInterval = '5s'
MinIncomingConfirmations = 1
FinalityTagEnabled = true
FinalityDepth = 2750
LogPollInterval = '1s'
NoNewHeadsThreshold = '1m'
NoNewFinalizedHeadsThreshold = '45m'
OCR.ContractConfirmations = 1
NoNewFinalizedHeadsThreshold = '1m'

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

[GasEstimator.BlockHistory]
BlockHistorySize = 24
BlockHistorySize = 60

[HeadTracker]
HistoryDepth = 50
HistoryDepth = 2750
11 changes: 11 additions & 0 deletions integration-tests/testconfig/ocr/overrides/celo_alfajores.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ time_between_rounds = "2m"

[OCR.Common]
number_of_contracts = 2

[Network.EVMNetworks.CELO_ALFAJORES]
evm_name = "Celo Alfajores"
evm_chain_id = 44787
client_implementation = "Ethereum"
evm_simulated = false
evm_chainlink_transaction_limit = 5000
evm_minimum_confirmations = 1
evm_gas_estimation_buffer = 10000
evm_supports_eip1559 = true
evm_default_gas_limit = 6000000
Loading