Skip to content

Commit

Permalink
added ether gas
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Dec 13, 2023
1 parent b9d5f27 commit f87ef23
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/chains/evm/config/toml/defaults/Bttc_Testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ FinalityDepth = 500
LogPollInterval = '2s'

[GasEstimator]
Mode = 'BlockHistory'
EIP1559DynamicFees = false
PriceMin = '0.009 ether'
BumpPercent = 20

[GasEstimator.BlockHistory]
# how many blocks we want to keep in memory to calculate gas price
Expand All @@ -24,4 +25,7 @@ HistoryDepth = 500
SyncThreshold = 10

[OCR]
ContractConfirmations = 1
ContractConfirmations = 1

[OCR2.Automation]
GasLimit = 9000000

0 comments on commit f87ef23

Please sign in to comment.