Skip to content

Commit

Permalink
Increase LimitDefault and LimitMax
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloKashif committed Apr 11, 2024
1 parent f77ca94 commit c5951b0
Show file tree
Hide file tree
Showing 10 changed files with 131 additions and 129 deletions.
5 changes: 5 additions & 0 deletions .changeset/ten-seahorses-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ccip": patch
---

Increase LimitDefault value to 8_000_000
10 changes: 5 additions & 5 deletions core/chains/evm/config/toml/defaults/fallback.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ FinalityDepth = 50
FinalityTagEnabled = false
LogBackfillBatchSize = 1000
LogPollInterval = '15s'
LogKeepBlocksDepth = 100000
LogKeepBlocksDepth = 100_000
# CCIP uses paging when removing logs to avoid pushing too much pressure on the database
LogPrunePageSize = 10000
LogPrunePageSize = 10_000
BackupLogPollerBlockDelay = 100
MinContractPayment = '.00001 link'
MinIncomingConfirmations = 3
Expand All @@ -32,8 +32,8 @@ Mode = 'BlockHistory'
PriceDefault = '20 gwei'
PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether'
PriceMin = '1 gwei'
LimitDefault = 500_000
LimitMax = 500_000
LimitDefault = 8_000_000
LimitMax = 8_000_000
LimitMultiplier = '1'
LimitTransfer = 21_000
BumpMin = '5 gwei'
Expand Down Expand Up @@ -74,4 +74,4 @@ DeltaCJitterOverride = '1h'
ObservationGracePeriod = '1s'

[OCR2.Automation]
GasLimit = 5400000
GasLimit = 5_400_000
Loading

0 comments on commit c5951b0

Please sign in to comment.