Skip to content

Commit

Permalink
Remove PriceDefault from config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Aug 2, 2024
1 parent e57f96c commit fe4469b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion core/chains/evm/config/toml/defaults/Astar_Shibuya.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ LogPollInterval = '6s'

[GasEstimator]
EIP1559DynamicFees = false
PriceDefault = '800 gwei'
PriceMax = '80000 gwei'
LimitDefault = 8000000
2 changes: 1 addition & 1 deletion docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2825,7 +2825,7 @@ Enabled = true

[GasEstimator]
Mode = 'BlockHistory'
PriceDefault = '800 gwei'
PriceDefault = '20 gwei'
PriceMax = '80 micro'
PriceMin = '1 gwei'
LimitDefault = 8000000
Expand Down

0 comments on commit fe4469b

Please sign in to comment.