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 Nov 4, 2024
1 parent 2050145 commit e1bb025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dfx-sns-import-by-proposal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ for ((try = 20; try > 0; try--)); do
done

list_root_canister_id() {
dfx canister call nns-sns-wasm list_deployed_snses '(record{})' | idl2json | jq -r '.instances[] | .root_canister_id[0]'
dfx canister call nns-sns-wasm list_deployed_snses '(record{})' | idl2json | jq -r '.instances[] | .root_canister_id[0]'
}

echo "Current $(list_root_canister_id | wc -l) existing SNS root canister Ids:"
Expand Down

0 comments on commit e1bb025

Please sign in to comment.