Skip to content

Commit

Permalink
fix broken image links in swap.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
aubrika committed Jul 26, 2024
1 parent 2aee32c commit 07950f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pages/web/swap.md → pages/web/swap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Using the selectors on the right-hand side, choose the two tokens you wish to sw

<picture>
<source
srcSet="/images/swap-tokens-1.png"
srcSet="./images/swap-tokens-1.png"
media="(prefers-color-scheme: dark)"
/>
<img src="/images/swap-tokens-1.png" />
<img src="./images/swap-tokens-1.png" />
</picture>

The left-hand side specifies the source token, which you will swap for the right-hand side. The amount of the source token you wish to swap is specified in the input box below the `Trade` label.
Expand All @@ -34,10 +34,10 @@ including:

<picture>
<source
srcSet="/images/swap-instant-1.png"
srcSet="./images/swap-instant-1.png"
media="(prefers-color-scheme: dark)"
/>
<img src="/images/swap-instant-1.png" />
<img src="./images/swap-instant-1.png" />
</picture>

If you're happy with the proposed swap, press the `Swap` button and wait for the transaction to be built.
Expand All @@ -63,10 +63,10 @@ You must also specify the maximum and minimum prices you're willing to sell your

<picture>
<source
srcSet="/images/swap-gda-1.png"
srcSet="./images/swap-gda-1.png"
media="(prefers-color-scheme: dark)"
/>
<img src="/images/swap-gda-1.png" />
<img src="./images/swap-gda-1.png" />
</picture>

Press `Start auctions` and Prax will present to you the proposed transaction, which allows you to view all the individual Dutch Auctions:
Expand All @@ -75,10 +75,10 @@ Press `Start auctions` and Prax will present to you the proposed transaction, wh

<picture>
<source
srcSet="/images/swap-gda-2.png"
srcSet="./images/swap-gda-2.png"
media="(prefers-color-scheme: dark)"
/>
<img src="/images/swap-gda-2.png" />
<img src="./images/swap-gda-2.png" />
</picture>

As with the **Instant Swap**, you can then press `Approve` in Prax to submit the auction.

0 comments on commit 07950f5

Please sign in to comment.