modified README.md +0 -8
| @@ -43,14 +43,6 @@ It starts two anvil nodes (chain IDs 31337 and 31338), broadcasts the script on |
| 43 | 43 | both, and exits non-zero if the addresses differ. Override `PORT_A`, `PORT_B`, |
| 44 | 44 | `CHAIN_ID_A`, `CHAIN_ID_B` or `SALT` as needed. |
| 45 | 45 | |
| 46 | | -## Mint |
| 47 | | - |
| 48 | | -```shell |
| 49 | | -cast send <LOVE_ADDRESS> "mint(address,uint256)" <RECIPIENT> 1000000000000000000 \ |
| 50 | | - --rpc-url base_sepolia \ |
| 51 | | - --account "$DEPLOYER_ACCOUNT" |
| 52 | | -``` |
| 53 | | - |
| 54 | 46 | ## License |
| 55 | 47 | |
| 56 | 48 | GPL-3.0 |
| @@ -43,14 +43,6 @@ It starts two anvil nodes (chain IDs 31337 and 31338), broadcasts the script on |
| 43 | both, and exits non-zero if the addresses differ. Override `PORT_A`, `PORT_B`, | 43 | both, and exits non-zero if the addresses differ. Override `PORT_A`, `PORT_B`, |
| 44 | `CHAIN_ID_A`, `CHAIN_ID_B` or `SALT` as needed. | 44 | `CHAIN_ID_A`, `CHAIN_ID_B` or `SALT` as needed. |
| 45 | | 45 | |
| 46 | -## Mint | | |
| 47 | - | | |
| 48 | -```shell | | |
| 49 | -cast send <LOVE_ADDRESS> "mint(address,uint256)" <RECIPIENT> 1000000000000000000 \ | | |
| 50 | - --rpc-url base_sepolia \ | | |
| 51 | - --account "$DEPLOYER_ACCOUNT" | | |
| 52 | -``` | | |
| 53 | - | | |
| 54 | ## License | 46 | ## License |
| 55 | | 47 | |
| 56 | GPL-3.0 | 48 | GPL-3.0 |