From eff061361f0faa1e5adce1a1305e02923ac7bfc3 Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Tue, 21 Jul 2020 19:06:20 +0000 Subject: [PATCH] Add delay after inserting keys --- --- a/deploy-testnet.sh +++ b/deploy-testnet.sh @@ -29,6 +29,8 @@ # Newton curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key_grandpa.json" +sleep 30 + ### Stop and restart nodes so that they start finalizing docker stop nft_parachain_node_einstein_1 docker stop nft_parachain_node_newton_1 -- gitstuff