Skip to content

Commit

Permalink
Add Zircuit chain (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonatoz authored Jul 4, 2024
1 parent 377595f commit 2901fc5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion emerald-grpc
24 changes: 24 additions & 0 deletions foundation/src/main/resources/chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1601,3 +1601,27 @@ chain-settings:
short-names: [gameswift-testnet]
chain-id: 0x2a88
grpcId: 10086
- id: zircuit
label: Zircuit
type: eth
settings:
options:
validate-peers: false
expected-block-time: 2s
lags:
syncing: 10
lagging: 5
fork-choice: quorum
chains:
- id: Mainnet
priority: 100
code: ZIRCUIT_TESTNET
short-names: [zircuit-mainnet]
chain-id: 0xbf04
grpcId: 1063
- id: Testnet
priority: 10
code: ZIRCUIT_TESTNET
short-names: [zircuit-testnet]
chain-id: 0xbf03
grpcId: 10088

0 comments on commit 2901fc5

Please sign in to comment.