Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Jul 1, 2024
1 parent 12b4a81 commit 68bad7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 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,5 +4,6 @@ LogPollInterval = '12s'

[GasEstimator]
EIP1559DynamicFees = false
PriceMax = '100000 gwei'
PriceMin = '800 gwei'
PriceMax = '80000 gwei'
LimitDefault = 8000000
4 changes: 2 additions & 2 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2816,8 +2816,8 @@ Enabled = true
[GasEstimator]
Mode = 'BlockHistory'
PriceDefault = '20 gwei'
PriceMax = '100 micro'
PriceMin = '1 gwei'
PriceMax = '80 micro'
PriceMin = '800 gwei'
LimitDefault = 8000000
LimitMax = 500000
LimitMultiplier = '1'
Expand Down

0 comments on commit 68bad7d

Please sign in to comment.