Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stackman27 committed Jul 15, 2024
1 parent 5576bca commit 73b70e9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3662,10 +3662,10 @@ Enabled = true

[GasEstimator]
Mode = 'BlockHistory'
PriceDefault = '20 gwei'
PriceMax = '18.446744073709551615 ether'
PriceMin = '0'
LimitDefault = 100000000
PriceDefault = '25 mwei'
PriceMax = '500 mwei'
PriceMin = '25 mwei'
LimitDefault = 2500000000
LimitMax = 8000000
LimitMultiplier = '1'
LimitTransfer = 21000
Expand Down Expand Up @@ -3724,7 +3724,7 @@ AutoCreateKey = true
BlockBackfillDepth = 10
BlockBackfillSkip = false
ChainType = 'zksync'
FinalityDepth = 2400
FinalityDepth = 1200
FinalityTagEnabled = false
LogBackfillBatchSize = 1000
LogPollInterval = '5s'
Expand Down Expand Up @@ -3755,10 +3755,10 @@ Enabled = true

[GasEstimator]
Mode = 'BlockHistory'
PriceDefault = '20 gwei'
PriceMax = '18.446744073709551615 ether'
PriceMin = '0'
LimitDefault = 100000000
PriceDefault = '25 mwei'
PriceMax = '500 mwei'
PriceMin = '25 mwei'
LimitDefault = 2500000000
LimitMax = 8000000
LimitMultiplier = '1'
LimitTransfer = 21000
Expand All @@ -3778,7 +3778,7 @@ CheckInclusionPercentile = 90
TransactionPercentile = 60

[HeadTracker]
HistoryDepth = 2500
HistoryDepth = 1500
MaxBufferSize = 3
SamplingInterval = '1s'
MaxAllowedFinalityDepth = 10000
Expand Down

0 comments on commit 73b70e9

Please sign in to comment.