Skip to content

Commit

Permalink
chore: Register IC-OSS canisters
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Oct 26, 2024
1 parent 82ea9af commit 764a7f2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/proposal-192.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ quill sns make-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $
}
)" > proposal-message.json

quill send proposal-message.json
# quill send proposal-message.json
19 changes: 19 additions & 0 deletions proposals/proposal-193.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-OSS canisters";
url = "https://github.com/ldclabs/ic-oss";
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";
action = opt variant {
RegisterDappCanisters = record {
canister_ids = vec {principal "5szpn-tiaaa-aaaaj-qncoq-cai"};
}
};
}
)' > proposal-message.json

# quill send proposal-message.json

0 comments on commit 764a7f2

Please sign in to comment.