From 112782f4ff08042195eae357ef0ef3341bed969a Mon Sep 17 00:00:00 2001 From: Mike Sizov Date: Mon, 27 May 2024 22:32:33 +0700 Subject: [PATCH] Add taiko-mainnet and taiko-hekla --- emerald-grpc | 2 +- foundation/src/main/resources/chains.yaml | 24 +++++++++++++++-------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/emerald-grpc b/emerald-grpc index b95b14299..52fa37f75 160000 --- a/emerald-grpc +++ b/emerald-grpc @@ -1 +1 @@ -Subproject commit b95b142993aec346dc9392bdce03cd6edfc3b9f6 +Subproject commit 52fa37f75899571d97dd888576d9ac565507fdf0 diff --git a/foundation/src/main/resources/chains.yaml b/foundation/src/main/resources/chains.yaml index ee17bd7b0..82a33765d 100644 --- a/foundation/src/main/resources/chains.yaml +++ b/foundation/src/main/resources/chains.yaml @@ -781,18 +781,26 @@ chain-settings: label: Taiko type: eth settings: - expected-block-time: 3.9s + expected-block-time: 60s lags: - syncing: 20 - lagging: 10 + syncing: 6 + lagging: 2 fork-choice: height # wait for providers chains: - - id: Katla + - id: Mainnet + priority: 100 + code: TAIKO_MAINNET + short-names: [taiko, taiko-mainnet] + chain-id: 0x28c58 + grpcId: 1058 + - id: Hekla priority: 20 - code: TAIKO_KATLA - short-names: [taiko-katla] - chain-id: 0x28c60 - grpcId: 10052 + code: TAIKO_HEKLA + short-names: [taiko-hekla] + chain-id: 0x28c61 + grpcId: 10080 + settings: + expected-block-time: 30s - id: okt label: OKT Chain type: eth