New default chain settings for Arbitrum and Optimism and their testnets (#164)

This commit is contained in:
a10zn8
2023-03-17 14:00:22 +03:00
committed by GitHub
parent 4fcff6a8e0
commit 1bca196387
2 changed files with 17 additions and 1 deletions

View File

@@ -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

View File

@@ -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