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 68bad7d commit 78aff7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/chains/evm/config/toml/defaults/Astar_Shibuya.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ LogPollInterval = '12s'

[GasEstimator]
EIP1559DynamicFees = false
PriceDefault = '800 gwei'
PriceMin = '800 gwei'
PriceMax = '80000 gwei'
LimitDefault = 8000000
5 changes: 4 additions & 1 deletion docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2798,6 +2798,7 @@ NonceAutoSync = true
NoNewHeadsThreshold = '3m0s'
RPCDefaultBatchSize = 250
RPCBlockQueryDelay = 1
FinalizedBlockOffset = 0

[Transactions]
ForwardersEnabled = false
Expand All @@ -2815,7 +2816,7 @@ Enabled = true

[GasEstimator]
Mode = 'BlockHistory'
PriceDefault = '20 gwei'
PriceDefault = '800 gwei'
PriceMax = '80 micro'
PriceMin = '800 gwei'
LimitDefault = 8000000
Expand Down Expand Up @@ -2852,6 +2853,8 @@ SyncThreshold = 5
LeaseDuration = '0s'
NodeIsSyncingEnabled = false
FinalizedBlockPollInterval = '5s'
EnforceRepeatableRead = false
DeathDeclarationDelay = '10s'

[OCR]
ContractConfirmations = 4
Expand Down

0 comments on commit 78aff7d

Please sign in to comment.