-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Linea soak * Empty * Update config * Update config * Update config * Update config * Add Linea mainnet config * Fine tune config * go patch * Add sub tables to toml * go mod tidy * Reverts toml change * Generates config docs * Adjust Linea config * Fallback to default BlockHistorySize * Update docs * Adjust testnet config
- Loading branch information
1 parent
e952560
commit bdec2c1
Showing
5 changed files
with
193 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ChainID = '59140' | ||
# Block time 12s, finality < 3m | ||
FinalityDepth = 15 | ||
# Blocks are only emitted when a transaction happens / no empty blocks | ||
NoNewHeadsThreshold = '0' | ||
|
||
[GasEstimator] | ||
BumpPercent = 40 | ||
|
||
[Transactions] | ||
# increase resend time to align with finality | ||
ResendAfterThreshold = '3m' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
ChainID = '59144' | ||
# Block time 12s, finality < 60m | ||
FinalityDepth = 300 | ||
# Blocks are only emitted when a transaction happens / no empty blocks | ||
NoNewHeadsThreshold = '0' | ||
|
||
[GasEstimator] | ||
BumpPercent = 40 | ||
PriceMin = '400 mwei' | ||
|
||
[Transactions] | ||
# increase resend time to align with finality | ||
ResendAfterThreshold = '3m' | ||
|
||
# set greater than finality depth | ||
[HeadTracker] | ||
HistoryDepth = 350 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters