We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1815377 commit ffac134Copy full SHA for ffac134
proposals/proposal-165.sh
@@ -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