Skip to content

Commit

Permalink
fix broken image links in stake.mdx (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
aubrika committed Jul 26, 2024
1 parent 2aee32c commit 98cb611
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 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.png"
media="(prefers-color-scheme: dark)"
/>
<img src="/images/delegation_amount_example.png" />
</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.png"
media="(prefers-color-scheme: dark)"
/>
<img src="/images/delegation_prax.png" />
</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.png"
media="(prefers-color-scheme: dark)"
/>
<img src="/images/delegation_popup.png" />
</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
4 changes: 0 additions & 4 deletions pages/web/swap.md → pages/web/swap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ If you're happy with the proposed swap, press the `Swap` button and wait for the
Prax will prompt you to sign the transaction after it's built. Click `Approve` in the extension and your
swap will be executed at market price.

<!--
should we document the swap claim transaction here as well?
-->

## Gradual Dutch Auctions

Penumbra's DEX also supports **Gradual Dutch Auctions** which allow you to perform price discovery based
Expand Down

0 comments on commit 98cb611

Please sign in to comment.