Skip to content

Commit

Permalink
Merge branch 'master' into release/2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad authored Sep 13, 2023
2 parents b22ffc5 + c6c6273 commit acbb562
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 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

0 comments on commit acbb562

Please sign in to comment.