2024-02-22 11:16:22 +00:00
|
|
|
# RPC URL for accessing testnet via HTTP.
|
|
|
|
# e.g. https://sepolia.infura.io/v3/123aa110320f4aec179150fba1e1b1b1
|
|
|
|
ETH_CLIENT_ADDRESS=https://sepolia.infura.io/v3/<key>
|
2023-11-13 15:06:39 +00:00
|
|
|
|
2024-02-22 11:16:22 +00:00
|
|
|
# Private key of testnet where you have sepolia ETH that would be staked into RLN contract.
|
|
|
|
# Note: make sure you don't use the '0x' prefix.
|
|
|
|
# e.g. 0116196e9a8abed42dd1a22eb63fa2a5a17b0c27d716b87ded2c54f1bf192a0b
|
|
|
|
ETH_TESTNET_KEY=<YOUR_TESTNET_PRIVATE_KEY_HERE>
|
|
|
|
|
|
|
|
# Password you would like to use to protect your RLN membership.
|
|
|
|
RLN_RELAY_CRED_PASSWORD="my_secure_keystore_password"
|
|
|
|
|
|
|
|
# Advanced. Can be left empty in normal use cases.
|
2023-11-13 15:06:39 +00:00
|
|
|
NWAKU_IMAGE=
|
2023-11-13 11:58:23 +00:00
|
|
|
NODEKEY=
|
2023-11-13 15:06:39 +00:00
|
|
|
DOMAIN=
|
|
|
|
EXTRA_ARGS=
|
2024-03-14 10:28:47 +00:00
|
|
|
STORAGE_SIZE=
|