Skip to content

Commit

Permalink
chore: add proposal to update the price for creating a channel to 10 …
Browse files Browse the repository at this point in the history
…PANDA tokens
  • Loading branch information
zensh committed Sep 25, 2024
1 parent e12fbf4 commit 26b608e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions proposals/proposal-119.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/usr/bin/env bash

# Load the environment variables
source "$(pwd)"/proposals/env.sh

export BLOB="$(didc encode --format blob '(record {channel=opt (1_000_000_000:nat64)})')"

quill sns make-proposal --canister-ids-file ./sns_canister_ids.json --pem-file $PROPOSAL_PEM_FILE $PROPOSAL_NEURON_ID --proposal "(
record {
title = \"Try again: execute admin_update_price() to update the price for creating a channel to 10 PANDA tokens\";
url = \"https://panda.fans/_/messages\";
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.\";
action = opt variant {
ExecuteGenericNervousSystemFunction = record {
function_id = 1_104 : nat64;
payload = ${BLOB};
}
};
}
)" > proposal-message.json

# quill send proposal-message.json

0 comments on commit 26b608e

Please sign in to comment.