Skip to content

Commit

Permalink
Update to latest config for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Aug 1, 2024
1 parent 2570563 commit e57f96c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions core/chains/evm/config/toml/defaults/Astar_Shibuya.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ LogPollInterval = '6s'

[GasEstimator]
EIP1559DynamicFees = false
PriceDefault = '700 gwei'
PriceMin = '700 gwei'
PriceDefault = '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 @@ -2825,9 +2825,9 @@ Enabled = true

[GasEstimator]
Mode = 'BlockHistory'
PriceDefault = '700 gwei'
PriceDefault = '800 gwei'
PriceMax = '80 micro'
PriceMin = '700 gwei'
PriceMin = '1 gwei'
LimitDefault = 8000000
LimitMax = 500000
LimitMultiplier = '1'
Expand Down

0 comments on commit e57f96c

Please sign in to comment.