We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f5ec1 commit b7cddc5Copy full SHA for b7cddc5
bin/dfx-sns-demo
@@ -73,7 +73,7 @@ sleep 1
73
bin/dfx-neuron-prolong --network "$DFX_NETWORK"
74
sleep 1
75
76
-curl 'http://localhost:8080/_/topology' > topology.json
+curl 'http://localhost:8080/_/topology' >topology.json
77
SNS_SUBNET_ID="$(jq -r '.subnet_configs | to_entries[] | select(.value.subnet_kind == "SNS") | .key' topology.json)"
78
NEURON_ARGS=(--proposer "$(dfx-neuron-id --network "$DFX_NETWORK" --identity snsdemo8)")
79
PEM_ARGS=("--secret-key-pem" "$(dfx-identity-pem --identity snsdemo8)")
0 commit comments