From f9ed5227da34913b3ae34e7d78cd49f31ea4f623 Mon Sep 17 00:00:00 2001 From: a10zn8 Date: Wed, 11 Oct 2023 23:59:50 +0300 Subject: [PATCH] add immutable-zkevm-testnet --- emerald-grpc | 2 +- foundation/src/main/resources/chains.yaml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/emerald-grpc b/emerald-grpc index 373279d6c..b8c4258c0 160000 --- a/emerald-grpc +++ b/emerald-grpc @@ -1 +1 @@ -Subproject commit 373279d6c418b0b2892205eb3d22de1177c02848 +Subproject commit b8c4258c0b57253507f8b7bbdeff0fa0e505b8d7 diff --git a/foundation/src/main/resources/chains.yaml b/foundation/src/main/resources/chains.yaml index d3ad591d9..5a9d0632b 100644 --- a/foundation/src/main/resources/chains.yaml +++ b/foundation/src/main/resources/chains.yaml @@ -578,3 +578,17 @@ chain-settings: short-names: [starknet-testnet2] chain-id: 0x534e5f474f45524c4932 grpcId: 10020 + - id: immutable-zkevm + label: Immutable zkEVM + settings: + expected-block-time: 2s + lags: + syncing: 5 + lagging: 1 + chains: + - id: Testnet + priority: 1 + code: IMMUTABLE_ZKEVM_TESTNET + short-names: [immutable-zkevm-testnet] + chain-id: 0x34a0 + grpcId: 10034 \ No newline at end of file