Skip to content

Commit

Permalink
Updates OP miannet toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed May 20, 2024
1 parent 3db366c commit 20c2cfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions core/chains/evm/config/toml/defaults/Optimism_Mainnet.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ChainID = '10'
ChainType = 'optimismBedrock'
FinalityDepth = 200
FinalityDepth = 1000
FinalityTagEnabled = true
LinkContractAddress = '0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6'
LogPollInterval = '2s'
NoNewHeadsThreshold = '40s'
Expand All @@ -18,7 +19,7 @@ BlockHistorySize = 24
ResendAfterThreshold = '30s'

[HeadTracker]
HistoryDepth = 300
HistoryDepth = 1100

[NodePool]
SyncThreshold = 10
Expand Down
6 changes: 3 additions & 3 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2076,8 +2076,8 @@ AutoCreateKey = true
BlockBackfillDepth = 10
BlockBackfillSkip = false
ChainType = 'optimismBedrock'
FinalityDepth = 200
FinalityTagEnabled = false
FinalityDepth = 1000
FinalityTagEnabled = true
LinkContractAddress = '0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6'
LogBackfillBatchSize = 1000
LogPollInterval = '2s'
Expand Down Expand Up @@ -2127,7 +2127,7 @@ CheckInclusionPercentile = 90
TransactionPercentile = 60

[HeadTracker]
HistoryDepth = 300
HistoryDepth = 1100
MaxBufferSize = 3
SamplingInterval = '1s'

Expand Down

0 comments on commit 20c2cfb

Please sign in to comment.