Skip to content

Commit

Permalink
Add connext-sepolia and alephzero-sepolia (#473)
Browse files Browse the repository at this point in the history
Add connext-sepolia and alephzero-sepolia
  • Loading branch information
msizov authored May 10, 2024
1 parent 3e881d4 commit df5e3b9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion emerald-grpc
36 changes: 36 additions & 0 deletions foundation/src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,42 @@ chain-settings:
short-names: [manta-pacific-sepolia]
chain-id: 0x34816e
grpcId: 10076
- id: alephzero
label: Aleph Zero Network
type: eth
settings:
expected-block-time: 60s
lags:
syncing: 10
lagging: 5
options:
validate-peers: false
fork-choice: quorum
chains:
- id: Sepolia
priority: 2
code: ALEPHZERO_SEPOLIA
short-names: [alephzero-sepolia]
chain-id: 0x7f7
grpcId: 10078
- id: connext
label: Connext Network
type: eth
settings:
expected-block-time: 60s
lags:
syncing: 10
lagging: 5
options:
validate-peers: false
fork-choice: quorum
chains:
- id: Sepolia
priority: 2
code: CONNEXT_SEPOLIA
short-names: [connext-sepolia]
chain-id: 0x18fe
grpcId: 10077
- id: harmony
label: Harmony
type: eth
Expand Down

0 comments on commit df5e3b9

Please sign in to comment.