Skip to content

Commit 764a7f2

Browse files
committed
chore: Register IC-OSS canisters
1 parent 82ea9af commit 764a7f2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

proposals/proposal-192.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ quill sns make-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $
2222
}
2323
)" > proposal-message.json
2424

25-
quill send proposal-message.json
25+
# quill send proposal-message.json

proposals/proposal-193.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-OSS canisters";
9+
url = "https://github.com/ldclabs/ic-oss";
10+
summary = "IC-OSS canisters: ic_oss_cluster. ic_oss_bucket canisters will be managed by ic_oss_cluster.\n\nRefer: https://github.com/ldclabs/ic-panda/blob/main/canister_ids.json";
11+
action = opt variant {
12+
RegisterDappCanisters = record {
13+
canister_ids = vec {principal "5szpn-tiaaa-aaaaj-qncoq-cai"};
14+
}
15+
};
16+
}
17+
)' > proposal-message.json
18+
19+
# quill send proposal-message.json

0 commit comments

Comments
 (0)