Skip to content

Commit ffac134

Browse files
committed
chore: add a proposal to upgrade SNS canisters
1 parent 1815377 commit ffac134

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

proposals/proposal-165.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 = "Upgrade ICPanda SNS to next available version";
9+
url = "https://dashboard.internetcomputer.org/sns/d7wvo-iiaaa-aaaaq-aacsq-cai/proposals";
10+
summary = "Upgrade ICPanda SNS to next available version on SNS-W";
11+
action = opt variant {
12+
UpgradeSnsToNextVersion = record {}
13+
};
14+
}
15+
)' > proposal-message.json
16+
17+
quill send proposal-message.json

0 commit comments

Comments
 (0)