Skip to content

Commit

Permalink
update gas price
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Dec 19, 2023
1 parent 10642f7 commit c6879c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/chains/evm/config/toml/defaults/BTTC_Testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ ChainID = '1029'
FinalityDepth = 9000
# blocks are generated every 2-4s
LogPollInterval = '2s'
# Blocks are only emitted when a transaction happens / no empty blocks
NoNewHeadsThreshold = '0'

[GasEstimator]
EIP1559DynamicFees = false
PriceDefault = '15 mwei' # Default
PriceMin = '9 mwei' # Default
BumpMin = '5 mwei' # Default
BumpThreshold = 2

[GasEstimator.BlockHistory]
# how many blocks we want to keep in memory to calculate gas price
Expand Down

0 comments on commit c6879c1

Please sign in to comment.