Add rln-relay-chain-id config to register_rln.sh and change example pk in env.example

This commit is contained in:
stubbsta 2025-07-24 09:25:17 +02:00
parent dc542062b4
commit 92794dc9ff
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ETH_TESTNET_ACCOUNT=<YOUR_TESTNET_ACCOUNT_ADDRESS_HERE>
# Private key of testnet where you have Linea Sepolia ETH that would be staked into RLN contract.
# Note: make sure you don't use the '0x' prefix.
# e.g. ETH_TESTNET_KEY=0116196e9a8abed42dd1a22eb63fa2a5a17b0c27d716b87ded2c54f1bf192a0b
# e.g. ETH_TESTNET_KEY=0116196e9a8abed42dd1a2...63fa2a5a17b0c27d716b87ded2c54f1bf192a0b
ETH_TESTNET_KEY=<YOUR_TESTNET_PRIVATE_KEY_HERE>
# Address of the RLN contract on Linea Sepolia.

View File

@ -60,4 +60,5 @@ docker run -v "$(pwd)/keystore":/keystore/:Z wakuorg/nwaku:v0.36.0 generateRlnKe
--rln-relay-cred-path=/keystore/keystore.json \
--rln-relay-cred-password="${RLN_RELAY_CRED_PASSWORD}" \
--rln-relay-user-message-limit=100 \
--rln-relay-chain-id=59141 \
--execute