10 lines
442 B
Plaintext
10 lines
442 B
Plaintext
ETH_CLIENT_ADDRESS=https://sepolia.infura.io/v3/<key> # RPC URL for accessing testnet via HTTP.
|
|
ETH_TESTNET_KEY=<YOUR_TESTNET_PRIVATE_KEY_HERE> # Privatekey of testnet where you have sepolia ETH that would be staked into RLN contract
|
|
RLN_RELAY_CRED_PASSWORD="my_secure_keystore_password" # Password you would like to use to protect your RLN membership
|
|
|
|
# Advanced
|
|
NWAKU_IMAGE=
|
|
NODEKEY=
|
|
DOMAIN=
|
|
EXTRA_ARGS=
|
|
RLN_RELAY_CONTRACT_ADDRESS= |