From 2901fc5cf003d6014f873c644c064a2f69541c45 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 4 Jul 2024 22:06:29 +0300 Subject: [PATCH] Add Zircuit chain (#518) --- emerald-grpc | 2 +- foundation/src/main/resources/chains.yaml | 24 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/emerald-grpc b/emerald-grpc index a8167277..d692947c 160000 --- a/emerald-grpc +++ b/emerald-grpc @@ -1 +1 @@ -Subproject commit a816727774a4d28693986c580c8bbe9144647cc2 +Subproject commit d692947c2aacbb801ebf1d2ddc1d34c860394ad8 diff --git a/foundation/src/main/resources/chains.yaml b/foundation/src/main/resources/chains.yaml index 3214bfee..5d107fce 100644 --- a/foundation/src/main/resources/chains.yaml +++ b/foundation/src/main/resources/chains.yaml @@ -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 \ No newline at end of file