Skip to content

Commit 7670140

Browse files
authored
Merge pull request #2278 from irwingtello/patch-1
Update solidity-libraries.md
2 parents 6e533b0 + 4c6765e commit 7670140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smart-contracts/developing-contracts/solidity-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ contract MyToken is ERC20 {
8787
13. In Remix, open the **Deployed Contracts** dropdown.
8888
14. In the `mint` method, set:
8989
* `to` to your wallet address.
90-
* `amount` to `100000000000000000000` (1 `FIL`).
90+
* `amount` to `1000000000000000000` (1 `FIL`).
9191
15. Click **Transact**.
9292
16. In MetaMask, confirm the transaction.
9393

0 commit comments

Comments
 (0)