File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ # Load the environment variables
4+ source " $( pwd) " /proposals/env.sh
5+
6+ quill sns make-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE $PROPOSAL_NEURON_ID --proposal ' (
7+ record {
8+ title = "Register IC-TEE Identity Canister";
9+ url = "https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_identity";
10+ summary = "ic_tee_identity is an on-chain authentication service for Trusted Execution Environments (TEEs) on the Internet Computer.";
11+ action = opt variant {
12+ RegisterDappCanisters = record {
13+ canister_ids = vec {principal "e7tgb-6aaaa-aaaap-akqfa-cai"};
14+ }
15+ };
16+ }
17+ )' > proposal-message.json
18+
19+ # quill send proposal-message.json
You can’t perform that action at this time.
0 commit comments