Remove redundent parameter in dogfooding readme

This commit is contained in:
stubbsta 2025-10-01 11:02:53 +02:00
parent 21646810b8
commit 7ba46ce81e
No known key found for this signature in database

View File

@ -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: