Skip to content

Commit

Permalink
chore: register IC-TEE Identity canister
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Feb 3, 2025
1 parent 7bd9aa3 commit 0e1174f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions proposals/proposal-314.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/usr/bin/env bash

# Load the environment variables
source "$(pwd)"/proposals/env.sh

quill sns make-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE $PROPOSAL_NEURON_ID --proposal '(
record {
title = "Register IC-TEE Identity Canister";
url = "https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_identity";
summary = "ic_tee_identity is an on-chain authentication service for Trusted Execution Environments (TEEs) on the Internet Computer.";
action = opt variant {
RegisterDappCanisters = record {
canister_ids = vec {principal "e7tgb-6aaaa-aaaap-akqfa-cai"};
}
};
}
)' > proposal-message.json

# quill send proposal-message.json

0 comments on commit 0e1174f

Please sign in to comment.