From 4c6765ee556c33de974a01f68351000bd8458e45 Mon Sep 17 00:00:00 2001 From: Irwing Tello <28800239+irwingtello@users.noreply.github.com> Date: Wed, 3 Jul 2024 20:40:01 -0500 Subject: [PATCH] Update solidity-libraries.md The last amount equals 100 FIL. I fixed this error --- smart-contracts/developing-contracts/solidity-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-contracts/developing-contracts/solidity-libraries.md b/smart-contracts/developing-contracts/solidity-libraries.md index 885a8b00b..8a889e367 100644 --- a/smart-contracts/developing-contracts/solidity-libraries.md +++ b/smart-contracts/developing-contracts/solidity-libraries.md @@ -87,7 +87,7 @@ contract MyToken is ERC20 { 13. In Remix, open the **Deployed Contracts** dropdown. 14. In the `mint` method, set: * `to` to your wallet address. - * `amount` to `100000000000000000000` (1 `FIL`). + * `amount` to `1000000000000000000` (1 `FIL`). 15. Click **Transact**. 16. In MetaMask, confirm the transaction.