Skip to content

Commit

Permalink
Test with BlockHistory estimator
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Jan 30, 2024
1 parent 9da07a8 commit a36d614
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions core/chains/evm/config/toml/defaults/Fantom_Mainnet.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ChainID = '250'
FinalityDepth = 1
LinkContractAddress = '0x6F43FF82CCA38001B6699a8AC47A2d0E66939407'
LogPollInterval = '1s'
MinIncomingConfirmations = 3
Expand All @@ -9,12 +10,9 @@ RPCBlockQueryDelay = 2
Enabled = true

[GasEstimator]
EIP1559DynamicFees = true
# Fantom network has been slow to include txs at times when using the BlockHistory estimator, and the recommendation is to use SuggestedPrice mode.
Mode = 'SuggestedPrice'
# We don't want to place any limits on the minimum gas price with the SuggestedPrice estimator
PriceMin = '0'
# Never bump gas
BumpThreshold = 0
Mode = 'BlockHistory'

[OCR2.Automation]
GasLimit = 3800000

0 comments on commit a36d614

Please sign in to comment.