From fff09efbe09512d09f2d577b4038aa3a18c69c27 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Fri, 17 Sep 2021 12:35:10 +0000 Subject: [PATCH] put keys scripts --- --- a/deploy/dev/put-keys-parachain-rococo.sh +++ b/deploy/dev/put-keys-parachain-rococo.sh @@ -1,5 +1,5 @@ #!/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:9933 -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" @@ -13,4 +13,4 @@ service parachain-rococo-dave restart service parachain-rococo-eve restart service parachain-rococo-ferdie restart -service parachain-rococo-greg restart \ No newline at end of file +service parachain-rococo-greg restart --- 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 -- gitstuff