Skip to content

Commit

Permalink
fix broken image links in stake.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aubrika committed Jul 26, 2024
1 parent 2aee32c commit 9c833e4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pages/web/stake.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,32 @@ Once you select a validator to stake with, you can click the `Delegate` button.
Select how much `UM` you wish to delegate, then press `Delegate`:

<picture>
<img src="./images/delegation_amount_example.jpg" />
<source
srcSet="/images/delegation_amount_example.jpg"
media="(prefers-color-scheme: dark)"
/>
<img src="/images/delegation_amount_example.jpg" />
</picture>

It will take a few moments for the delegation transaction to be prepared, then Prax will generate a view of your
transaction. Verify one of the outputs is to the validator you selected, then click `Approve`:

<picture>
<img src="./images/delegation_prax.jpg" />
<source
srcSet="/images/delegation_prax.jpg"
media="(prefers-color-scheme: dark)"
/>
<img src="/images/delegation_prax.jpg" />
</picture>

You should see a pop-up in the lower right hand of the page indicating that the transaction was approved!

<picture>
<img src="./images/delegation_popup.jpg" />
<source
srcSet="/images/delegation_popup.jpg"
media="(prefers-color-scheme: dark)"
/>
<img src="/images/delegation_popup.jpg" />
</picture>

You will receive the delegation token associated with that validator. At a later point, you can undelegate by clicking the `Undelegate` button
Expand Down
File renamed without changes.

0 comments on commit 9c833e4

Please sign in to comment.