-
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.
Adds Polygon Amoy toml config (#12753)
- Loading branch information
1 parent
6508a4e
commit e14a544
Showing
2 changed files
with
115 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
ChainID = '80002' | ||
FinalityDepth = 500 | ||
LogPollInterval = '1s' | ||
MinIncomingConfirmations = 5 | ||
NoNewHeadsThreshold = '30s' | ||
RPCBlockQueryDelay = 10 | ||
RPCDefaultBatchSize = 100 | ||
|
||
[Transactions] | ||
ResendAfterThreshold = '1m' | ||
MaxQueued = 5000 | ||
|
||
[BalanceMonitor] | ||
Enabled = true | ||
|
||
[GasEstimator] | ||
PriceDefault = '1 gwei' | ||
PriceMax = '115792089237316195423570985008687907853269984665.640564039457584007913129639935 tether' | ||
PriceMin = '1 gwei' | ||
BumpMin = '20 gwei' | ||
BumpThreshold = 5 | ||
|
||
[GasEstimator.BlockHistory] | ||
BlockHistorySize = 24 | ||
|
||
[HeadTracker] | ||
HistoryDepth = 2000 | ||
SamplingInterval = '1s' | ||
|
||
[NodePool] | ||
SyncThreshold = 10 |
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