From 8c3ec4cd2f4ceb98ab8f983c899c08c5d86ffe20 Mon Sep 17 00:00:00 2001 From: Tanya S <120410716+stubbsta@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:41:28 +0200 Subject: [PATCH] chore: add chain-id config to register_rln.sh and update pk example (#167) --- .env.example | 3 ++- register_rln.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index ae32161..e0fbd74 100644 --- a/.env.example +++ b/.env.example @@ -8,7 +8,8 @@ ETH_TESTNET_ACCOUNT= # 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 +# Use the following as a format example, but replace it with your own private key value +# e.g. ETH_TESTNET_KEY=abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234 ETH_TESTNET_KEY= # Address of the RLN contract on Linea Sepolia. diff --git a/register_rln.sh b/register_rln.sh index 449995a..c48a365 100755 --- a/register_rln.sh +++ b/register_rln.sh @@ -71,4 +71,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