Skip to content

Commit

Permalink
modified min gas price
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Dec 13, 2023
1 parent 91476e6 commit 847a107
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/chains/evm/config/toml/defaults/Bttc_Testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ ChainType = 'bttc'
FinalityDepth = 500
# blocks are generated every 2-4s
LogPollInterval = '2s'
# Blocks are only emitted when a transaction happens / no empty blocks
NoNewHeadsThreshold = '0'

[GasEstimator]
PriceMin = '1 wei'
BumpMin = '100 wei'
PriceMin = '300000 gwei'
PriceMax = '30000000 gwei'

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

0 comments on commit 847a107

Please sign in to comment.