Skip to content

Commit

Permalink
New default chain settings for Arbitrum and Optimism and their testne…
Browse files Browse the repository at this point in the history
  • Loading branch information
a10zn8 authored Mar 17, 2023
1 parent 4fcff6a commit 1bca196
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,19 @@ chain-settings:
lags:
syncing: 20
lagging: 10
- id: arbitrum
lags:
syncing: 20
lagging: 10
- id: arbitrum-testnet
lags:
syncing: 20
lagging: 10
- id: optimism
lags:
syncing: 20
lagging: 10
- id: optimism-testnet
lags:
syncing: 20
lagging: 10
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ChainsConfigReaderSpec extends Specification {
pol.syncingLagSize == 20

opt.laggingLagSize == 3
opt.syncingLagSize == 6
opt.syncingLagSize == 20

sep.laggingLagSize == 1
sep.syncingLagSize == 10
Expand Down

0 comments on commit 1bca196

Please sign in to comment.