We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1b016 commit 196d092Copy full SHA for 196d092
1 file changed
scripts/docker-setup.sh
@@ -23,7 +23,7 @@ if ! [ -d "local-setup" ]
23
then
24
mkdir local-setup
25
git clone https://github.com/interlay/parachain-launch/
26
- cd parachain-launch && git checkout 1.1.0-p1.21.10-c1.19.6 && yarn install
+ cd parachain-launch && git checkout 1.1.0-p1.21.10-c1.19.7 && yarn install
27
yarn start generate --config=configs/kintsugi.yml --servicesPath=configs/kintsugi-services.yml --yes --output=local-setup-kint
28
mv local-setup-kint ../local-setup/kint
29
yarn start generate --config=configs/interlay.yml --servicesPath=configs/interlay-services.yml --yes --output=local-setup-intr
0 commit comments