From 60f9f99527915d125dc790ec39b3023d1fd2bc4b Mon Sep 17 00:00:00 2001 From: stubbsta Date: Mon, 30 Jun 2025 09:21:03 +0200 Subject: [PATCH] Update to explain the token mint amount --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32c6c94..fd0fbe5 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ foundryup ``` Mint the token used to pay for RLN Membership registration from your Linea Sepolia account (This is a generic ERC20 token used for testnet only): +The amount of "5000000000000000000" is how much is needed to register with a `rln-relay-user-message-limit` of 100 ``` cast send $TOKEN_CONTRACT_ADDRESS "mint(address,uint256)" $ETH_TESTNET_ACCOUNT 5000000000000000000 --private-key $ETH_TESTNET_KEY --rpc-url $RLN_RELAY_ETH_CLIENT_ADDRESS ```