From 6bfaf9e635842e88294206f3a7927f81ead61c8c Mon Sep 17 00:00:00 2001 From: "Alisher A. Khassanov" Date: Tue, 19 Dec 2023 17:37:03 +0600 Subject: [PATCH] chore: PR #204 is backported Related to https://github.com/Cerebellum-Network/blockchain-node/pull/200. Tested manually with a local node. --- node/service/chain-specs/example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/service/chain-specs/example.json b/node/service/chain-specs/example.json index e61b43fbc..6014d0a00 100644 --- a/node/service/chain-specs/example.json +++ b/node/service/chain-specs/example.json @@ -189,7 +189,8 @@ ], "http_port": 8080, "grpc_port": 8081, - "p2p_port": 8082 + "p2p_port": 8082, + "mode": "Storage" } } ],