Skip to content

Commit

Permalink
Update docs/build-on-polkadot/parachains/asset-hub/asset-conversion.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dawn Kelly <[email protected]>
  • Loading branch information
nhussein11 and dawnkelly09 authored Sep 23, 2024
1 parent 895c551 commit 71a1039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ To swap assets for an exact amount of tokens, follow these steps:
!!! warning
Before swapping assets, ensure that the tokens provided have been minted previously and are available in your account.
In this case, the intention is to swap 0.01 DOT token (u128 value of 100000000000 as it has 10 decimals) for 0.04 PPM token (u128 value of 400000000000 as it also has 10 decimals).
In this case, the intention is to swap 0.01 DOT token (`u128` value of 100000000000 as it has ten decimals) for 0.04 PPM token (`u128` value of 400000000000 as it also has ten decimals).
After signing and submitting the transaction, the swap will be executed. To verify the swap, check the **Explorer** section on the Polkadot.Js App interface and ensure that the **SwapExecuted** event has been emitted.
Expand Down

0 comments on commit 71a1039

Please sign in to comment.