Skip to content

Commit 0f111e7

Browse files
committed
chore: add proposal to upgrade SNS
1 parent 8110486 commit 0f111e7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

proposals/proposal-212.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

src/ic_message_profile/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mod api_update;
1111
mod store;
1212
mod types;
1313

14-
use crate::api_init::ChainArgs;
14+
use api_init::ChainArgs;
1515

1616
// "dwv6s-6aaaa-aaaaq-aacta-cai" ICPanda DAO canister id
1717
static DAO_CANISTER: Principal = Principal::from_slice(&[0, 0, 0, 0, 2, 0, 0, 166, 1, 1]);

0 commit comments

Comments
 (0)