git.delta.rocks / unique-network / refs/commits / 7539ccc76b5a

difftreelog

Change restart method

Greg Zaitsev2020-07-21parent: #017a48d.patch.diff
in: master

1 file changed

modifieddeploy-testnet.shdiffbeforeafterboth
30curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key_grandpa.json"30curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key_grandpa.json"
3131
32### Stop and restart nodes so that they start finalizing32### Stop and restart nodes so that they start finalizing
33docker-compose -f docker-compose-testnet.yml down33docker stop nft_parachain_node_einstein_1
34docker-compose -f docker-compose-testnet.yml up -d34docker stop nft_parachain_node_newton_1
35docker stop nft_parachain_node_bohr_1
36docker start nft_parachain_node_einstein_1
37docker start nft_parachain_node_newton_1
38docker start nft_parachain_node_bohr_1
3539
36### Cleanup40### Cleanup
3741