From 1058bed8f755a1621ea8d3c1e60ca388a4476ec8 Mon Sep 17 00:00:00 2001 From: Malte Kliemann Date: Tue, 19 Sep 2023 16:22:29 +0200 Subject: [PATCH] Add bad block to Battery Station chain spec --- node/res/bs_parachain.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/node/res/bs_parachain.json b/node/res/bs_parachain.json index 24eae3dbe..8f6d2574e 100644 --- a/node/res/bs_parachain.json +++ b/node/res/bs_parachain.json @@ -25,6 +25,9 @@ "parachain_id": 2101, "relay_chain": "rococo", "consensusEngine": null, + "bad_blocks": [ + "0x74d8c181547c1607ed28120f94cbe527cb3828772b3e794aabb45dc6a16e482d" + ], "codeSubstitutes": {}, "genesis": { "raw": { @@ -97,4 +100,4 @@ "childrenDefault": {} } } -} \ No newline at end of file +}