File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ export CANISTERS_PATH="$(pwd)/.dfx/ic/github"
77
88quill 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments