diff --git a/content/module-2/1-ERC20-Messaging.md b/content/module-2/1-ERC20-Messaging.md index 8d26460..8f57da6 100644 --- a/content/module-2/1-ERC20-Messaging.md +++ b/content/module-2/1-ERC20-Messaging.md @@ -88,7 +88,9 @@ Register a token, here named `testToken`: In order to register tokens on the subnets, you will need to pay fees on both subnets. Use the [Topos Faucet](https://faucet.testnet-1.topos.technology): + ![Get some TOPOS and INCAL](./images/faucetindex.png) + Make sure that the tokens are sent: @@ -96,7 +98,9 @@ Make sure that the tokens are sent: Now you can pay the necessary fee for a token registration (e.g., for the Incal subnet): + ![Pay INCA fee](./images/incafee.png) + @@ -118,11 +122,15 @@ With both token setups done, you can try your first cross-subnet token transfer: The ERC20 Messaging dApp will list the different steps involved in the cross-subnet transfer process: + ![Transaction page](./images/transactionrunning.png) + First, approve the actions: + ![approve transaction](./images/approvetransaction.png) + @@ -134,11 +142,15 @@ A cross-subnet ERC20 token transfer involves you approving several actions: The ERC20 Messaging dApp will wait for the transaction to be executed: + ![Wait for the transaction](./images/waittransaction.png) + It should give you a success message, like the following: + ![Successful page](./images/successedenaincal.png) + diff --git a/src/components/mdx/HighlightBox.tsx b/src/components/mdx/HighlightBox.tsx index 12c3c29..1bce2e8 100644 --- a/src/components/mdx/HighlightBox.tsx +++ b/src/components/mdx/HighlightBox.tsx @@ -45,7 +45,7 @@ export const HighlightBox: React.FC = ({ {Icon} )} -
+
{title &&
{title}
} {children}
diff --git a/src/styles/components/images.scss b/src/styles/components/images.scss index c383475..3200e8e 100644 --- a/src/styles/components/images.scss +++ b/src/styles/components/images.scss @@ -16,7 +16,7 @@ } :not(.banner) .zoom-image-small .gatsby-resp-image-wrapper { - @apply md:max-h-[45vh]; + @apply md:max-h-[45vh] #{!important}; .gatsby-resp-image-image { @apply md:max-h-[45h] #{!important};