mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-02 14:03:11 +00:00
17 lines
484 B
Plaintext
17 lines
484 B
Plaintext
# RPC URL for accessing testnet via HTTP.
|
|
# e.g. https://linea-sepolia.infura.io/v3/123aa110320f4aec179150fba1e1b1b1
|
|
# Enter your own RPC URL
|
|
RLN_RELAY_ETH_CLIENT_ADDRESS=https://linea-sepolia.infura.io/v3/<key>
|
|
|
|
|
|
# Address of the RLN contract on Linea Sepolia.
|
|
# DO NOT TOUCH unless you know what you are doing
|
|
RLN_CONTRACT_ADDRESS=0xB9cd878C90E49F797B4431fBF4fb333108CB90e6
|
|
|
|
# Advanced. Can be left empty in normal use cases.
|
|
NWAKU_IMAGE=
|
|
NODEKEY=
|
|
DOMAIN=
|
|
EXTRA_ARGS=
|
|
STORAGE_SIZE=
|