File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
Expand file tree Collapse file tree 3 files changed +30
-0
lines changed 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 " nvdn4-5qaaa-aaaaj-qa4pq-cai" --wasm-path " $CANISTERS_PATH /ic_message_channel.wasm.gz" --mode upgrade --title " Upgrade ic_message_channel 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
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 " zof5a-5yaaa-aaaai-acr2q-cai" --wasm-path " $CANISTERS_PATH /ic_message_channel.wasm.gz" --mode upgrade --title " Upgrade ic_message_channel_02 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
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 " 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
9+
10+ quill send proposal-message.json
You can’t perform that action at this time.
0 commit comments