From 4932deb4444ebee1feeeaa984c32d10850d4143f Mon Sep 17 00:00:00 2001 From: Alexander Popiak Date: Thu, 28 Oct 2021 19:29:04 +0200 Subject: [PATCH] slight naming changes in script --- scripts/create_shell_spec.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/create_shell_spec.sh b/scripts/create_shell_spec.sh index 07fb53b716..1fbd5893f8 100755 --- a/scripts/create_shell_spec.sh +++ b/scripts/create_shell_spec.sh @@ -25,7 +25,7 @@ cat shell-spec-plain.json | jq --rawfile code shell-hex.txt '.genesis.runtime.sy $binary build-spec --chain edited-shell-plain.json --raw > shell-spec-raw.json # build genesis data -$binary export-genesis-state --parachain-id=1000 --chain shell-spec-raw.json > shell_genesis +$binary export-genesis-state --parachain-id=1000 --chain shell-spec-raw.json > shell-head-data # build genesis wasm -$binary export-genesis-wasm --chain shell-spec-raw.json > shell_wasm +$binary export-genesis-wasm --chain shell-spec-raw.json > shell-wasm