From 9b5aeb74837efb9e8603394c75b852c8ad8ba0ef Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Tue, 21 Jul 2020 13:53:43 +0000 Subject: [PATCH] Delete grandpa key files after deployment --- --- a/deploy-testnet.sh +++ b/deploy-testnet.sh @@ -13,6 +13,8 @@ ### Build and run Einstein node (bootnode) and Newton node docker-compose -f docker-compose-testnet.yml up -d --build +sleep 30 + ### Deploy aura store keys # Einstein curl http://localhost:9935 -H "Content-Type:application/json;charset=utf-8" -d "@./einstein_store_key.json" @@ -39,3 +41,5 @@ # Delete store key files rm ./einstein_store_key.json rm ./newton_store_key.json +rm ./einstein_store_key_grandpa.json +rm ./newton_store_key_grandpa.json -- gitstuff