We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e533b0 + 4c6765e commit 7670140Copy full SHA for 7670140
smart-contracts/developing-contracts/solidity-libraries.md
@@ -87,7 +87,7 @@ contract MyToken is ERC20 {
87
13. In Remix, open the **Deployed Contracts** dropdown.
88
14. In the `mint` method, set:
89
* `to` to your wallet address.
90
- * `amount` to `100000000000000000000` (1 `FIL`).
+ * `amount` to `1000000000000000000` (1 `FIL`).
91
15. Click **Transact**.
92
16. In MetaMask, confirm the transaction.
93
0 commit comments