Skip to content

Commit

Permalink
add missed fields
Browse files Browse the repository at this point in the history
  • Loading branch information
a10zn8 committed Jun 11, 2024
1 parent b5a2572 commit 240c9c7
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions foundation/src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ chain-settings:
settings:
expected-block-time: 12s
mev-critical: true
allow-pruning-requirement: true
lags:
syncing: 6
lagging: 1
Expand Down Expand Up @@ -76,6 +77,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 3s
allow-pruning-requirement: true
options:
validate-peers: false
lags:
Expand All @@ -101,6 +103,7 @@ chain-settings:
settings:
mev-critical: true
expected-block-time: 2.7s
allow-pruning-requirement: true
lags:
syncing: 20
lagging: 10
Expand Down Expand Up @@ -131,6 +134,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 260ms
allow-pruning-requirement: true
options:
validate-peers: false
lags:
Expand All @@ -155,6 +159,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 2s
allow-pruning-requirement: true
options:
validate-peers: false
lags:
Expand All @@ -179,6 +184,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 3s
allow-pruning-requirement: true
mev-critical: true
lags:
syncing: 20
Expand All @@ -191,10 +197,7 @@ chain-settings:
grpcId: 1006
chain-id: 0x38
short-names: [bsc, binance, bnb-smart-chain]
gas-price-condition:
- ne 3000000000
- ne 5000000000
call-validate-contract: 0x29fa9fc9e0fffec904124d179ddcc41f5528db7c
gas-price-condition: ne 3000000000
- id: Testnet
priority: 1
code: BSC_TESTNET
Expand All @@ -206,6 +209,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 2.7s
allow-pruning-requirement: true
options:
disable-validation: true
lags:
Expand All @@ -232,6 +236,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 260ms
allow-pruning-requirement: true
options:
disable-validation: true
lags:
Expand All @@ -249,6 +254,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 5s
allow-pruning-requirement: true
lags:
syncing: 70
lagging: 50
Expand All @@ -273,6 +279,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 2s
allow-pruning-requirement: true
options:
validate-peers: false
lags:
Expand All @@ -297,6 +304,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 12s
allow-pruning-requirement: true
lags:
syncing: 6
lagging: 1
Expand All @@ -319,6 +327,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 6s
allow-pruning-requirement: true
options:
validate-peers: false
lags:
Expand All @@ -343,6 +352,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 2s
allow-pruning-requirement: true
options:
validate-peers: false
validate-syncing: false
Expand Down Expand Up @@ -392,6 +402,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 500ms
allow-pruning-requirement: true
options:
validate-peers: false
lags:
Expand All @@ -416,6 +427,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 1s
allow-pruning-requirement: true
options:
validate-peers: false
lags:
Expand All @@ -442,6 +454,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 5s
allow-pruning-requirement: true
lags:
syncing: 10
lagging: 5
Expand All @@ -464,6 +477,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 12s
allow-pruning-requirement: true
lags:
syncing: 6
lagging: 1
Expand All @@ -486,6 +500,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 12s
allow-pruning-requirement: true
lags:
syncing: 6
lagging: 1
Expand Down Expand Up @@ -554,6 +569,7 @@ chain-settings:
options:
validate-peers: false
expected-block-time: 30s
allow-pruning-requirement: true
lags:
syncing: 40
lagging: 20
Expand Down Expand Up @@ -600,6 +616,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 6s
allow-pruning-requirement: true
options:
validate-peers: false
lags:
Expand All @@ -613,8 +630,7 @@ chain-settings:
short-names: [kava]
chain-id: 0x8ae
grpcId: 1025
gas-price-condition:
- eq 1000000000
gas-price-condition: eq 1000000000
- id: Testnet
priority: 10
code: KAVA_TESTNET
Expand Down Expand Up @@ -773,6 +789,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 5s
allow-pruning-requirement: true
lags:
syncing: 20
lagging: 10
Expand Down Expand Up @@ -835,6 +852,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 10s
allow-pruning-requirement: true
lags:
syncing: 10
lagging: 5
Expand Down Expand Up @@ -933,6 +951,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 2s
allow-pruning-requirement: true
options:
validate-peers: false
lags:
Expand Down Expand Up @@ -1022,6 +1041,7 @@ chain-settings:
type: eth
settings:
expected-block-time: 2s
allow-pruning-requirement: true
lags:
syncing: 40
lagging: 20
Expand Down

0 comments on commit 240c9c7

Please sign in to comment.