-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ship 1829 mode config #13373
Ship 1829 mode config #13373
Changes from all commits
1ad7d16
d7b4d4a
cb6414c
eae1f1d
f4ee1cd
955a3ce
92041f7
bd770bd
100c6b5
20210e3
cb29123
81e6ee7
e36a9c8
4548e46
ea24f03
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
#added Mode & Blast chain config tomls |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
ChainID = '81457' | ||
FinalityDepth = 200 | ||
FinalityTagEnabled = true | ||
ChainType = 'optimismBedrock' | ||
|
||
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
BumpThreshold = 60 | ||
BumpPercent = 20 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
BumpMin = '100 wei' | ||
PriceMax = '120 gwei' | ||
LimitDefault = 8000000 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The fallback value is 500k, why do we set 8m here? |
||
FeeCapDefault = '120 gwei' | ||
|
||
[HeadTracker] | ||
HistoryDepth = 300 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. HistoryDepth is no longer needed to be larger than |
||
|
||
[NodePool] | ||
PollFailureThreshold = 2 | ||
PollInterval = '3s' |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
ChainID = '168587773' | ||
FinalityDepth = 200 | ||
FinalityTagEnabled = true | ||
ChainType = 'optimismBedrock' | ||
|
||
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
BumpThreshold = 60 | ||
BumpPercent = 20 | ||
BumpMin = '100 wei' | ||
PriceMax = '120 gwei' | ||
LimitDefault = 8000000 | ||
FeeCapDefault = '120 gwei' | ||
|
||
[HeadTracker] | ||
HistoryDepth = 300 | ||
|
||
[NodePool] | ||
PollFailureThreshold = 2 | ||
PollInterval = '3s' |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
ChainID = '34443' | ||
FinalityDepth = 200 | ||
FinalityTagEnabled = true | ||
ChainType = 'optimismBedrock' | ||
|
||
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
BumpThreshold = 60 | ||
BumpPercent = 20 | ||
BumpMin = '100 wei' | ||
PriceMax = '120 gwei' | ||
LimitDefault = 8000000 | ||
FeeCapDefault = '120 gwei' | ||
|
||
[HeadTracker] | ||
HistoryDepth = 300 | ||
|
||
[NodePool] | ||
PollFailureThreshold = 2 | ||
PollInterval = '3s' |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
ChainID = '919' | ||
FinalityDepth = 200 | ||
FinalityTagEnabled = true | ||
ChainType = 'optimismBedrock' | ||
|
||
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
BumpThreshold = 60 | ||
BumpPercent = 20 | ||
BumpMin = '100 wei' | ||
PriceMax = '120 gwei' | ||
LimitDefault = 8000000 | ||
FeeCapDefault = '120 gwei' | ||
|
||
[HeadTracker] | ||
HistoryDepth = 300 | ||
|
||
[NodePool] | ||
PollFailureThreshold = 2 | ||
PollInterval = '3s' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reasoning behind this huge number?