-
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-1068] Adds OP Sepolia config (#12393)
* Add OP Sepolia config * make config-docs
- Loading branch information
1 parent
2e08d9b
commit fbe4b0f
Showing
2 changed files
with
113 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
core/chains/evm/config/toml/defaults/Optimism_Sepolia.toml
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,29 @@ | ||
ChainID = '11155420' | ||
ChainType = 'optimismBedrock' | ||
FinalityDepth = 200 | ||
LogPollInterval = '2s' | ||
NoNewHeadsThreshold = '40s' | ||
MinIncomingConfirmations = 1 | ||
|
||
[GasEstimator] | ||
EIP1559DynamicFees = true | ||
PriceMin = '1 wei' | ||
BumpMin = '100 wei' | ||
|
||
[GasEstimator.BlockHistory] | ||
BlockHistorySize = 60 | ||
|
||
[Transactions] | ||
ResendAfterThreshold = '30s' | ||
|
||
[HeadTracker] | ||
HistoryDepth = 300 | ||
|
||
[NodePool] | ||
SyncThreshold = 10 | ||
|
||
[OCR] | ||
ContractConfirmations = 1 | ||
|
||
[OCR2.Automation] | ||
GasLimit = 6500000 |
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