Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion smart-contracts/developing-contracts/solidity-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down