Skip to content

Commit

Permalink
update chains.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
midori committed Jul 2, 2024
1 parent 1e44899 commit 1919423
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion foundation/src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ chain-settings:
mev-critical: true
expected-block-time: 2.7s
allow-pruning-requirement: true
options:
validate-peers: false
lags:
syncing: 20
lagging: 10
Expand Down Expand Up @@ -211,6 +213,8 @@ chain-settings:
label: Polygon zkEVM
type: eth
settings:
options:
validate-peers: false
expected-block-time: 2.7s
allow-pruning-requirement: true
lags:
Expand All @@ -236,6 +240,8 @@ chain-settings:
label: Arbitrum Nova
type: eth
settings:
options:
validate-peers: false
expected-block-time: 260ms
allow-pruning-requirement: true
lags:
Expand Down Expand Up @@ -451,6 +457,8 @@ chain-settings:
label: Celo
type: eth
settings:
options:
validate-peers: false
expected-block-time: 5s
allow-pruning-requirement: true
lags:
Expand Down Expand Up @@ -662,6 +670,8 @@ chain-settings:
label: Immutable zkEVM
type: eth
settings:
options:
validate-peers: false
expected-block-time: 2s
lags:
syncing: 5
Expand Down Expand Up @@ -803,6 +813,8 @@ chain-settings:
label: Taiko
type: eth
settings:
options:
validate-peers: false
expected-block-time: 60s
lags:
syncing: 6
Expand Down Expand Up @@ -994,6 +1006,8 @@ chain-settings:
label: Zora
type: eth
settings:
options:
validate-peers: false
fork-choice: quorum
expected-block-time: 2s
lags:
Expand All @@ -1016,6 +1030,8 @@ chain-settings:
label: Mode
type: eth
settings:
options:
validate-peers: false
fork-choice: quorum
expected-block-time: 2s
lags:
Expand Down Expand Up @@ -1078,6 +1094,8 @@ chain-settings:
label: Neon EVM
type: eth
settings:
options:
validate-peers: false
fork-choice: quorum
expected-block-time: 500ms
lags:
Expand Down Expand Up @@ -1136,6 +1154,8 @@ chain-settings:
label: Heco
type: eth
settings:
options:
validate-peers: false
fork-choice: quorum
expected-block-time: 3s
lags:
Expand Down Expand Up @@ -1182,6 +1202,8 @@ chain-settings:
label: ZetaChain
type: eth
settings:
options:
validate-peers: false
fork-choice: quorum
expected-block-time: 6s
lags:
Expand All @@ -1204,6 +1226,8 @@ chain-settings:
label: BitTorrent
type: eth
settings:
options:
validate-peers: false
fork-choice: quorum
expected-block-time: 2s
lags:
Expand Down Expand Up @@ -1521,7 +1545,9 @@ chain-settings:
label: Rootstock
type: eth
settings:
fork-choice: quorum
options:
validate-peers: false
fork-choice: height
expected-block-time: 45s
lags:
syncing: 6
Expand Down Expand Up @@ -1561,6 +1587,8 @@ chain-settings:
label: GameSwift
type: eth
settings:
options:
validate-peers: false
expected-block-time: 2s
lags:
syncing: 10
Expand Down

0 comments on commit 1919423

Please sign in to comment.