Skip to content

Commit

Permalink
Updating formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent f2f5ec1 commit b7cddc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dfx-sns-demo
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sleep 1
bin/dfx-neuron-prolong --network "$DFX_NETWORK"
sleep 1

curl 'http://localhost:8080/_/topology' > topology.json
curl 'http://localhost:8080/_/topology' >topology.json
SNS_SUBNET_ID="$(jq -r '.subnet_configs | to_entries[] | select(.value.subnet_kind == "SNS") | .key' topology.json)"
NEURON_ARGS=(--proposer "$(dfx-neuron-id --network "$DFX_NETWORK" --identity snsdemo8)")
PEM_ARGS=("--secret-key-pem" "$(dfx-identity-pem --identity snsdemo8)")
Expand Down

0 comments on commit b7cddc5

Please sign in to comment.