Skip to content

Commit 26b608e

Browse files
committed
chore: add proposal to update the price for creating a channel to 10 PANDA tokens
1 parent e12fbf4 commit 26b608e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

proposals/proposal-119.sh

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#!/usr/bin/env bash
2+
3+
# Load the environment variables
4+
source "$(pwd)"/proposals/env.sh
5+
6+
export BLOB="$(didc encode --format blob '(record {channel=opt (1_000_000_000:nat64)})')"
7+
8+
quill sns make-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE $PROPOSAL_NEURON_ID --proposal "(
9+
record {
10+
title = \"Try again: execute admin_update_price() to update the price for creating a channel to 10 PANDA tokens\";
11+
url = \"https://panda.fans/_/messages\";
12+
summary = \"This proposal executes admin_update_price() on nscli-qiaaa-aaaaj-qa4pa-cai to update the price for creating a channel to 10 PANDA tokens. The original price was equivalent to recharging 1000 PANDA worth of gas to a channel, while the new price recharges 10 PANDA worth of gas to a channel.\";
13+
action = opt variant {
14+
ExecuteGenericNervousSystemFunction = record {
15+
function_id = 1_104 : nat64;
16+
payload = ${BLOB};
17+
}
18+
};
19+
}
20+
)" > proposal-message.json
21+
22+
# quill send proposal-message.json

0 commit comments

Comments
 (0)