From 89880355d818b0d833d8228c322543951b4dd739 Mon Sep 17 00:00:00 2001 From: a10zn8 Date: Thu, 19 Oct 2023 17:27:23 +0300 Subject: [PATCH] add astart (#323) --- emerald-grpc | 2 +- foundation/src/main/resources/chains.yaml | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/emerald-grpc b/emerald-grpc index b8c4258c..931ec0ff 160000 --- a/emerald-grpc +++ b/emerald-grpc @@ -1 +1 @@ -Subproject commit b8c4258c0b57253507f8b7bbdeff0fa0e505b8d7 +Subproject commit 931ec0ff1e3049b40280c66154a3dcc4a51f2373 diff --git a/foundation/src/main/resources/chains.yaml b/foundation/src/main/resources/chains.yaml index e2e70b0e..347fb9de 100644 --- a/foundation/src/main/resources/chains.yaml +++ b/foundation/src/main/resources/chains.yaml @@ -13,7 +13,6 @@ chain-settings: settings: currency: BTC expected-block-time: 10m - disabled: true lags: syncing: 3 lagging: 1 @@ -624,4 +623,19 @@ chain-settings: code: IMMUTABLE_ZKEVM_TESTNET short-names: [immutable-zkevm-testnet] chain-id: 0x34a0 - grpcId: 10034 \ No newline at end of file + grpcId: 10034 + - id: astar + label: Astar zkEVM + type: eth + settings: + expected-block-time: 2s + lags: + syncing: 40 + lagging: 20 + chains: + - id: zKatana + priority: 1 + code: ASTAR_ZKATANA + short-names: [ astar-zkatana ] + chain-id: 0x133e40 + grpcId: 10035