-
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.
- Loading branch information
1 parent
e848ae9
commit 524eb89
Showing
2 changed files
with
101 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,17 @@ | ||
ChainID = '296' | ||
#considering the 3-5 (6 including a buffer) seconds of finality and 2 seconds block production | ||
#we set the depth to 6/2 = 3 blocks | ||
FinalityDepth = 3 | ||
# same as block production rate | ||
LogPollInterval = '2s' | ||
MinIncomingConfirmations = 1 | ||
NoNewHeadsThreshold = '30s' | ||
# 5 since thats our consideration for finality depth & 10s exposure to api so we can always get the final blocks | ||
RPCBlockQueryDelay = 5 | ||
|
||
[BalanceMonitor] | ||
Enabled = true | ||
|
||
[GasEstimator] | ||
# TODO: check this, this may not prove effective since we dont have mempool and cannot use market rates to | ||
BumpThreshold = 5 |
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