Skip to content

Commit

Permalink
Enable EIP-1559 Transactions on Scroll Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
KodeyThomas committed Jun 19, 2024
1 parent b7f4dc3 commit 50eb595
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions core/chains/evm/config/toml/defaults/Scroll_Sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ LogPollInterval = '3s'
MinIncomingConfirmations = 1
# Scroll only emits blocks when a new tx is received, so this method of liveness detection is not useful
NoNewHeadsThreshold = '0'
OCR.ContractConfirmations = 1

[GasEstimator]
Mode = 'SuggestedPrice'
# Scroll uses the SuggestedPrice estimator; we don't want to place any limits on the minimum gas price
PriceMin = '0'
EIP1559DynamicFees = true
PriceMin = '1 wei'
BumpMin = '100 wei'

[GasEstimator.BlockHistory]
# Force an error if someone enables the estimator by accident; we never want to run the block history estimator on Scroll
BlockHistorySize = 0
BlockHistorySize = 500

[HeadTracker]
HistoryDepth = 50

[OCR]
ContractConfirmations = 1

0 comments on commit 50eb595

Please sign in to comment.