From 73d75b17d7c2305c52ac5cfa684d59e9fa16bdfd Mon Sep 17 00:00:00 2001 From: ochuko awhe <7204868+amochuko@users.noreply.github.com> Date: Sun, 8 Sep 2024 01:48:29 +0100 Subject: [PATCH] Update 05-transfers-in-smart-contracts.mdx fix a typo Signed-off-by: ochuko awhe <7204868+amochuko@users.noreply.github.com> --- .../03-tokens/05-transfers-in-smart-contracts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/course/interchain-token-transfer/03-tokens/05-transfers-in-smart-contracts.mdx b/content/course/interchain-token-transfer/03-tokens/05-transfers-in-smart-contracts.mdx index bab472ea..4d2a3b11 100644 --- a/content/course/interchain-token-transfer/03-tokens/05-transfers-in-smart-contracts.mdx +++ b/content/course/interchain-token-transfer/03-tokens/05-transfers-in-smart-contracts.mdx @@ -94,7 +94,7 @@ cast call --rpc-url myblockchain $PAYABLE_CONTRACT "amountReceived()(uint)" -Well done! You transfer native tokens to a Smart Contract. +Well done! You transferred native tokens to a Smart Contract. It's important to understand the distinction between Native Tokens and ERC-20 tokens. Native tokens, such as `AVAX` or `ETH`, are transferred directly to payable functions within the smart contract. This process is straightforward and involves sending the tokens to the contract's address, invoking the payable function.