Skip to content

Commit

Permalink
reduce optimism threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Oct 16, 2023
1 parent 9f891ea commit 151b354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protocol/settings/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ var allChainSettings = []ChainSettings{
Name: "Optimism",
EnableTrace: false,
JsonRpcRateLimiting: defaultRateLimiting,
InspectionInterval: 5000,
InspectionInterval: 100,

DefaultOffset: 0,
SafeOffset: 500,
BlockThreshold: 10000,
SafeOffset: 5,
BlockThreshold: 100,

DistanceToChainHighest: 29,
},
Expand Down

0 comments on commit 151b354

Please sign in to comment.