From 71a10398d73d16185fafe0474a948a75cf773dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hussein?= <80422357+nhussein11@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:36:14 -0300 Subject: [PATCH] Update docs/build-on-polkadot/parachains/asset-hub/asset-conversion.md Co-authored-by: Dawn Kelly <83190195+dawnkelly09@users.noreply.github.com> --- docs/build-on-polkadot/parachains/asset-hub/asset-conversion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-on-polkadot/parachains/asset-hub/asset-conversion.md b/docs/build-on-polkadot/parachains/asset-hub/asset-conversion.md index 28937ed..ba47afb 100644 --- a/docs/build-on-polkadot/parachains/asset-hub/asset-conversion.md +++ b/docs/build-on-polkadot/parachains/asset-hub/asset-conversion.md @@ -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.