mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-03 14:33:12 +00:00
Update to explain the token mint amount
This commit is contained in:
parent
3a8b10fe59
commit
60f9f99527
@ -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
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user