git.delta.rocks / unique-network / refs/commits / fff09efbe095

difftreelog

put keys scripts

Igor Kozyrev2021-09-17parent: #f5460ed.patch.diff
in: master

2 files changed

modifieddeploy/dev/put-keys-parachain-rococo.shdiffbeforeafterboth
before · deploy/dev/put-keys-parachain-rococo.sh
1#!/bin/bash 2curl http://127.0.0.1:9943 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-alice-aura-key.json"3curl http://127.0.0.1:9953 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-bob-aura-key.json"4curl http://127.0.0.1:9963 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-charlie-aura-key.json"5curl http://127.0.0.1:9973 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-dave-aura-key.json"6curl http://127.0.0.1:9983 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-eve-aura-key.json"7curl http://127.0.0.1:9993 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-ferdie-aura-key.json"8curl http://127.0.0.1:9903 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-greg-aura-key.json"910service parachain-rococo-alice restart11service parachain-rococo-bob restart12service parachain-rococo-charlie restart13service parachain-rococo-dave restart14service parachain-rococo-eve restart15service parachain-rococo-ferdie restart16service parachain-rococo-greg restart
after · deploy/dev/put-keys-parachain-rococo.sh
1#!/bin/bash 2curl http://127.0.0.1:9933 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-alice-aura-key.json"3curl http://127.0.0.1:9953 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-bob-aura-key.json"4curl http://127.0.0.1:9963 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-charlie-aura-key.json"5curl http://127.0.0.1:9973 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-dave-aura-key.json"6curl http://127.0.0.1:9983 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-eve-aura-key.json"7curl http://127.0.0.1:9993 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-ferdie-aura-key.json"8curl http://127.0.0.1:9903 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-greg-aura-key.json"910service parachain-rococo-alice restart11service parachain-rococo-bob restart12service parachain-rococo-charlie restart13service parachain-rococo-dave restart14service parachain-rococo-eve restart15service parachain-rococo-ferdie restart16service parachain-rococo-greg restart
modifieddeploy/dev/put-keys-parachain-westend.shdiffbeforeafterboth
--- a/deploy/dev/put-keys-parachain-westend.sh
+++ b/deploy/dev/put-keys-parachain-westend.sh
@@ -1,16 +1,16 @@
 #!/bin/bash 
-#curl http://127.0.0.1:9943 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-alice-aura-key.json"
-#curl http://127.0.0.1:9953 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-bob-aura-key.json"
-#curl http://127.0.0.1:9963 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-charlie-aura-key.json"
-#curl http://127.0.0.1:9973 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-dave-aura-key.json"
-#curl http://127.0.0.1:9983 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-eve-aura-key.json"
-#curl http://127.0.0.1:9993 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-ferdie-aura-key.json"
-#curl http://127.0.0.1:9903 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/keys/nft-rococo-greg-aura-key.json"
+curl http://127.0.0.1:9933 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/nft-westend-alice-aura-key.json"
+curl http://127.0.0.1:9953 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/nft-westend-bob-aura-key.json"
+curl http://127.0.0.1:9963 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/nft-westend-charlie-aura-key.json"
+curl http://127.0.0.1:9973 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/nft-westend-dave-aura-key.json"
+curl http://127.0.0.1:9983 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/nft-westend-eve-aura-key.json"
+curl http://127.0.0.1:9993 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/nft-westend-ferdie-aura-key.json"
+curl http://127.0.0.1:9903 -H "Content-Type:application/json;charset=utf-8" -d "@/opt/usetech/nft-westend-greg-aura-key.json"
 
-service parachain-rococo-alice restart
-service parachain-rococo-bob restart
-service parachain-rococo-charlie restart
-service parachain-rococo-dave restart
-service parachain-rococo-eve restart
-service parachain-rococo-ferdie restart
-service parachain-rococo-greg restart
+service parachain-westend-alice restart
+service parachain-westend-bob restart
+service parachain-westend-charlie restart
+service parachain-westend-dave restart
+service parachain-westend-eve restart
+service parachain-westend-ferdie restart
+service parachain-westend-greg restart