From c4732f6fbafc4e6cec350f1148691eb5e7029df0 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 28 Nov 2024 15:36:18 +0300 Subject: [PATCH] ir/sn: replace morph with fschain Don't use obsolete name. Signed-off-by: Roman Khimov --- ir/config.yaml | 4 ++-- sn/config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ir/config.yaml b/ir/config.yaml index 9c0d1d3..b580de3 100644 --- a/ir/config.yaml +++ b/ir/config.yaml @@ -5,7 +5,7 @@ wallet: without_mainnet: true -morph: +fschain: validators: 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2 consensus: magic: 15405 @@ -13,7 +13,7 @@ morph: - 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2 storage: type: boltdb - path: "/chain/morph.bolt" + path: "/chain/fschain.bolt" time_per_block: 1s max_traceable_blocks: 200000 seed_nodes: diff --git a/sn/config.yaml b/sn/config.yaml index a658bae..e1a53c8 100644 --- a/sn/config.yaml +++ b/sn/config.yaml @@ -1,4 +1,4 @@ -morph: +fschain: endpoints: - ws://localhost:30333/ws dial_timeout: 20s