Skip to content

Commit a9b905b

Browse files
committed
chore: add proposals
1 parent 8e542b7 commit a9b905b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

proposals/proposal-434.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export CANISTERS_PATH="$(pwd)/.dfx/ic/github"
77

88
quill sns make-upgrade-canister-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE --target-canister-id "4jxyd-pqaaa-aaaah-qdqtq-cai" --wasm-path "$CANISTERS_PATH/ic_message_channel.wasm.gz" --mode upgrade --title "Upgrade ic_message_channel_03 canister to v2.13.0" --summary "chore: update dependencies" --url "https://github.com/ldclabs/ic-panda/releases/tag/v2.13.0" $PROPOSAL_NEURON_ID > proposal-message.json
99

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

proposals/proposal-435.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
# Load the environment variables
4+
source "$(pwd)"/proposals/env.sh
5+
6+
export CANISTERS_PATH="$(pwd)/.dfx/ic/github"
7+
8+
quill sns make-upgrade-canister-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE --target-canister-id "2rgax-kyaaa-aaaap-anvba-cai" --wasm-path "$CANISTERS_PATH/ic_name_identity.wasm.gz" --mode upgrade --title "Upgrade ic_name_identity canister to v2.13.0" --summary "chore: update dependencies" --url "https://github.com/ldclabs/ic-panda/releases/tag/v2.13.0" $PROPOSAL_NEURON_ID > proposal-message.json
9+
10+
# quill send proposal-message.json

0 commit comments

Comments
 (0)