julien/lovepublic Fork 0
a825b55
Commits
Clone
git clone https://git.rickub.com/julien/love.git
git clone ssh://git@rickub.com/julien/love.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

drop stale mint instructions from readme

julienbrg committed 2026-09-17T22:36:45+02:00 Browse files
a825b55 parent: ce13509
modified README.md +0 -8
@@ -43,14 +43,6 @@ It starts two anvil nodes (chain IDs 31337 and 31338), broadcasts the script on
4343 both, and exits non-zero if the addresses differ. Override `PORT_A`, `PORT_B`,
4444 `CHAIN_ID_A`, `CHAIN_ID_B` or `SALT` as needed.
4545
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-
5446 ## License
5547
5648 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 ## License46 ## License
55 47
56 GPL-3.048 GPL-3.0