Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion chains.yamale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ protocol:

---
settings:
method-spec: str(required=False)
currency: str(required=False)
expected-block-time: str()
lags: include('lags')
Expand Down Expand Up @@ -51,4 +52,5 @@ chain:
call-validate-contract: int(required=False)
net-version: int(required=False)
settings: map(str(), any(), required=False)
lower-bounds: map(str(), any(), required=False)
lower-bounds: map(str(), any(), required=False)
method-spec: str(required=False)
16 changes: 16 additions & 0 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ chain-settings:
label: Polygon
type: eth
settings:
method-spec: "polygon"
expected-block-time: 2.7s
allow-pruning-requirement: true
options:
Expand Down Expand Up @@ -164,6 +165,7 @@ chain-settings:
label: Arbitrum One
type: eth
settings:
method-spec: "arbitrum"
mev-critical: true
expected-block-time: 260ms
allow-pruning-requirement: true
Expand Down Expand Up @@ -205,6 +207,7 @@ chain-settings:
label: Optimism
type: eth
settings:
method-spec: "optimism"
expected-block-time: 2s
allow-pruning-requirement: true
options:
Expand Down Expand Up @@ -284,6 +287,7 @@ chain-settings:
label: Polygon zkEVM
type: eth
settings:
method-spec: "polygon-zkevm"
options:
validate-peers: false
expected-block-time: 2.7s
Expand Down Expand Up @@ -328,6 +332,7 @@ chain-settings:
label: zkSync Era
type: eth
settings:
method-spec: "zksync"
expected-block-time: 5s
allow-pruning-requirement: true
lags:
Expand Down Expand Up @@ -404,6 +409,7 @@ chain-settings:
label: Linea
type: eth
settings:
method-spec: "linea"
expected-block-time: 12s
allow-pruning-requirement: true
lags:
Expand Down Expand Up @@ -541,6 +547,7 @@ chain-settings:
label: Mantle
type: eth
settings:
method-spec: "mantle"
expected-block-time: 2s
allow-pruning-requirement: true
options:
Expand All @@ -565,6 +572,7 @@ chain-settings:
label: Kaia
type: eth
settings:
method-spec: "klaytn"
expected-block-time: 1s
allow-pruning-requirement: true
options:
Expand Down Expand Up @@ -657,6 +665,7 @@ chain-settings:
label: Scroll
type: eth
settings:
method-spec: "scroll"
expected-block-time: 3s
options:
validate-peers: false
Expand Down Expand Up @@ -924,6 +933,7 @@ chain-settings:
label: Filecoin
type: eth
settings:
method-spec: "filecoin"
expected-block-time: 1m
lags:
syncing: 20
Expand Down Expand Up @@ -1098,12 +1108,14 @@ chain-settings:
code: HARMONY_MAINNET_SHARD_0
short-names: [harmony-0, harmony-mainnet-0]
chain-id: 0x63564c40
method-spec: "harmony0"
grpcId: 1034
- id: Mainnet Shard 1
priority: 10
code: HARMONY_MAINNET_SHARD_1
short-names: [harmony-1, harmony-mainnet-1]
chain-id: 0x63564c41
method-spec: "harmony1"
grpcId: 1035
- id: berachain
label: Berachain
Expand Down Expand Up @@ -1742,6 +1754,7 @@ chain-settings:
label: Rootstock
type: eth
settings:
method-spec: "rootstock"
options:
validate-peers: false
disable-liveness-subscription-validation: true
Expand Down Expand Up @@ -2123,6 +2136,7 @@ chain-settings:
label: Sei
type: eth
settings:
method-spec: "sei"
expected-block-time: 200ms
options:
validate-peers: false
Expand Down Expand Up @@ -2393,6 +2407,7 @@ chain-settings:
label: Cronos zkEVM
type: eth
settings:
method-spec: "cronos-zkevm"
expected-block-time: 1s
lags:
syncing: 10
Expand All @@ -2416,6 +2431,7 @@ chain-settings:
label: Viction
type: eth
settings:
method-spec: "viction"
expected-block-time: 2s
lags:
syncing: 10
Expand Down