difftreelog
put keys scripts
in: master
2 files changed
deploy/dev/put-keys-parachain-rococo.shdiffbeforeafterboth1#!/bin/bash 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"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"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"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"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"deploy/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