From 2efde399c856467b2aaaca948f9cfa7312ef365c Mon Sep 17 00:00:00 2001 From: Termina1 Date: Mon, 19 Feb 2024 19:31:38 +0200 Subject: [PATCH] moonriver as separate blockchain --- foundation/src/main/resources/chains.yaml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/foundation/src/main/resources/chains.yaml b/foundation/src/main/resources/chains.yaml index 1d3d8e8c..349dcc3f 100644 --- a/foundation/src/main/resources/chains.yaml +++ b/foundation/src/main/resources/chains.yaml @@ -502,18 +502,28 @@ chain-settings: grpcId: 1020 short-names: [moonbeam] chain-id: 0x504 - - id: Moonriver - priority: 50 - code: MOONRIVER - grpcId: 1021 - short-names: [moonriver] - chain-id: 0x505 - id: Moonbase Alpha priority: 1 code: MOONBEAM_ALPHA grpcId: 10029 short-names: [moonbase-alpha] chain-id: 0x507 + - id: moonriver + label: Moonriver + type: eth + settings: + expected-block-time: 12s + lags: + syncing: 6 + lagging: 1 + fork-choice: quorum + chains: + - id: Moonriver + priority: 50 + code: MOONRIVER + grpcId: 1021 + short-names: [moonriver] + chain-id: 0x505 - id: scroll label: Scroll type: eth