diff --git a/dogfooding/dogfood_readme.md b/dogfooding/dogfood_readme.md index 28984eb..a43e9d6 100644 --- a/dogfooding/dogfood_readme.md +++ b/dogfooding/dogfood_readme.md @@ -13,7 +13,7 @@ The total tokens minted is determined by the amount of ETH sent with the transaction. ``` - cast send $TOKEN_CONTRACT_ADDRESS "mintWithETH(address)" $ETH_TESTNET_ACCOUNT --value $ETH_AMOUNT --rpc-url $RLN_RELAY_ETH_CLIENT_ADDRESS --private-key $ETH_TESTNET_KEY --from $ETH_TESTNET_ACCOUNT + cast send $TOKEN_CONTRACT_ADDRESS "mintWithETH(address)" $ETH_TESTNET_ACCOUNT --value $ETH_AMOUNT --rpc-url $RLN_RELAY_ETH_CLIENT_ADDRESS --private-key $ETH_TESTNET_KEY ``` 3. Run the RLN registration script: