Skip to content

Commit

Permalink
update litmus chain-spec using docker image v0.9.2-a2d264f
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Jan 19, 2022
1 parent a2d264f commit 1ac3afa
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 76 deletions.
178 changes: 178 additions & 0 deletions node/res/chain_specs/litmus-plain.json

Large diffs are not rendered by default.

148 changes: 76 additions & 72 deletions node/res/chain_specs/litmus.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions scripts/generate-prod-chain-spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ image="litentry/litentry-parachain:$TAG"

docker pull "$image"

docker run --rm "$image" build-spec --chain=generate-$CHAIN > node/res/chain_spec/$CHAIN-plain.json
docker run --rm "$image" build-spec --chain=generate-$CHAIN --raw > node/res/chain_spec/$CHAIN.json
docker run --rm "$image" build-spec --chain=generate-$CHAIN > node/res/chain_specs/$CHAIN-plain.json
docker run --rm "$image" build-spec --chain=generate-$CHAIN --raw > node/res/chain_specs/$CHAIN.json

echo "Done, please check node/res/chain_spec/"
ls -l node/res/chain_spec/
echo "Done, please check node/res/chain_specs/"
ls -l node/res/chain_specs/

0 comments on commit 1ac3afa

Please sign in to comment.