Skip to content

Commit 0e1174f

Browse files
committed
chore: register IC-TEE Identity canister
1 parent 7bd9aa3 commit 0e1174f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

proposals/proposal-314.sh

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)