Skip to content

Commit

Permalink
add remaining config
Browse files Browse the repository at this point in the history
  • Loading branch information
flodesi committed Jan 20, 2025
1 parent 4ddd3e6 commit f4b61be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ccip/config/evm/Monad_Testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ CacheTimeout = '2s'

[GasEstimator.BlockHistory]
BlockHistorySize = 100

[NodePool]
NewHeadsPollInterval = '4s'
3 changes: 3 additions & 0 deletions core/chains/evm/config/toml/defaults/Monad_Testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ CacheTimeout = '2s'

[GasEstimator.BlockHistory]
BlockHistorySize = 100

[NodePool]
NewHeadsPollInterval = '4s'
2 changes: 1 addition & 1 deletion docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7577,7 +7577,7 @@ NodeIsSyncingEnabled = false
FinalizedBlockPollInterval = '5s'
EnforceRepeatableRead = true
DeathDeclarationDelay = '1m0s'
NewHeadsPollInterval = '0s'
NewHeadsPollInterval = '4s'

[OCR]
ContractConfirmations = 4
Expand Down

0 comments on commit f4b61be

Please sign in to comment.