Skip to content

Commit

Permalink
Update guide
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackTheCode016 committed Mar 14, 2024
1 parent fddaba7 commit cdbd04c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified docs/assets/treasury/treasury-preimage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/learn/learn-guides-treasury.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ that requests 100 DOT from Treasury.
- Navigate to [Polkadot-JS UI > Governance > Preimages](https://polkadot.js.org/apps/#/preimages)
and then click on Add Preimage.
- Select the account which will be used to submit the preimage.
- Choose `treasury` pallet in the "propose" dropdown and the `spend(amount, beneficiary)`call
- Choose `treasury` pallet in the "propose" dropdown and the `spend_local(amount, beneficiary)`call
- Enter the DOT amount.
- Enter the AccountID of the beneficiary (which has a verified on-chain identity).
- Submit preimage
Expand Down Expand Up @@ -141,8 +141,8 @@ to the `32 / Small Spender` track, you will need to submit it to the `30 / Small

Briefly, you will need to:

- Create a preimage using the `treasury.Spend` extrinsic and specifying the number of tokens and the
beneficiary of the tip
- Create a preimage using the `treasury.spendLocal` extrinsic and specifying the number of tokens
and the beneficiary of the tip
- Submit a proposal to the right track (i.e. `30` or `31`) using the preimage hash
- Once you started the referendum go to [Polkassembly](https://polkassembly.io/), log in with the
proposer account and edit the referendum details
Expand Down

0 comments on commit cdbd04c

Please sign in to comment.