-
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.
[ship-812] enable gnosis soak (#12081)
* Rename xdai config to gnosis * Add Gnosis Chiado toml config * Update config docs * Enable Gnosis * Enable EIP1559 * make config-docs * Remove legacy config * Removed cl address * Rebase develop * make config-docs
- Loading branch information
1 parent
671de53
commit 0c32432
Showing
3 changed files
with
93 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ChainID = '10200' | ||
# Gnoisis Finality is approx 8 minutes @ 12 blocks per minute, so 96 blocks | ||
FinalityDepth = 100 | ||
ChainType = 'xdai' | ||
LogPollInterval = '5s' | ||
|
||
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
PriceMax = '500 gwei' | ||
# 15s delay since feeds update every minute in volatile situations | ||
BumpThreshold = 3 |
File renamed without changes.
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