Skip to content

Commit

Permalink
Merge branch 'master' into release/2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad authored Aug 22, 2023
2 parents 6163d14 + f054691 commit 5f8cc1b
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
29 changes: 29 additions & 0 deletions core/chains/evm/config/v2/defaults/Base_Goerli.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
ChainID = '84531'
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
29 changes: 29 additions & 0 deletions core/chains/evm/config/v2/defaults/Base_Mainnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
ChainID = '8453'
ChainType = 'optimismBedrock'
FinalityDepth = 200
LogPollInterval = '2s'
NoNewHeadsThreshold = '40s'
MinIncomingConfirmations = 1

[GasEstimator]
EIP1559DynamicFees = true
PriceMin = '1 wei'
BumpMin = '100 wei'

[GasEstimator.BlockHistory]
BlockHistorySize = 24

[Transactions]
ResendAfterThreshold = '30s'

[HeadTracker]
HistoryDepth = 300

[NodePool]
SyncThreshold = 10

[OCR]
ContractConfirmations = 1

[OCR2.Automation]
GasLimit = 6500000
2 changes: 0 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ Node operators may wish to add alerting based around these metrics.
- Legacy chain types Optimism and Optimism2. OptimismBedrock is now used to handle Optimism's special cases.
- Optimism Kovan configurations along with legacy error messages.

<!-- unreleasedstop -->

# 2.2.0 - 2023-06-12

### Added
Expand Down

0 comments on commit 5f8cc1b

Please sign in to comment.