Skip to content

Commit ddffb9b

Browse files
committed
chore: add proposal to upgrade website
1 parent 0d94ad1 commit ddffb9b

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

proposals/proposal-457.sh

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#!/usr/bin/env bash
2+
3+
# Load the environment variables
4+
source "$(pwd)"/proposals/env.sh
5+
6+
# build and get batch_id, evidence:
7+
# dfx deploy anda_cloud_website --ic --by-proposal
8+
9+
export BLOB="$(didc encode --format blob '(record {batch_id=21:nat; evidence=blob "\73\68\f2\ad\f5\7f\01\f6\f4\1b\68\fb\ed\90\47\68\80\2c\fc\37\62\44\7c\ff\94\7e\e4\15\11\90\ae\03"})')"
10+
11+
quill sns make-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE $PROPOSAL_NEURON_ID --proposal "(
12+
record {
13+
title = \"Execute commit_proposed_batch() to release anda_cloud_website v0.3.2\";
14+
url = \"https://anda.ai/\";
15+
summary = \"This proposal executes commit_proposed_batch() on lxeb6-dyaaa-aaaap-an2ga-cai to release anda_cloud_website v0.3.2.\n\n1. chore: update x402 network id to 'icp'.\";
16+
action = opt variant {
17+
ExecuteGenericNervousSystemFunction = record {
18+
function_id = 1200 : nat64;
19+
payload = ${BLOB};
20+
}
21+
};
22+
}
23+
)" > proposal-message.json
24+
25+
# quill send proposal-message.json

0 commit comments

Comments
 (0)