Skip to content

Commit

Permalink
convert gwei to mwei
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Dec 13, 2023
1 parent 92a8a3e commit 17a7cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/chains/evm/config/toml/defaults/Bttc_Testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ LogPollInterval = '2s'

[GasEstimator]
EIP1559DynamicFees = false
PriceDefault = '0.015 ether'
PriceMin = '0.009 ether'
PriceDefault = '10 mwei'
PriceMin = '9 mwei'
BumpPercent = 20

[GasEstimator.BlockHistory]
Expand Down

0 comments on commit 17a7cd8

Please sign in to comment.