mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-01-02 14:03:11 +00:00
chore: update .env
This commit is contained in:
parent
dca862b993
commit
638410fa62
@ -3,6 +3,7 @@
|
||||
# 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
|
||||
|
||||
@ -15,6 +15,10 @@ ETH_TESTNET_ACCOUNT=<YOUR_TESTNET_ACCOUNT_ADDRESS_HERE>
|
||||
# e.g. ETH_TESTNET_KEY=abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234
|
||||
ETH_TESTNET_KEY=<YOUR_TESTNET_PRIVATE_KEY_HERE>
|
||||
|
||||
# Address of the RLN contract on Linea Sepolia.
|
||||
# DO NOT TOUCH unless you know what you are doing
|
||||
RLN_CONTRACT_ADDRESS=0xB9cd878C90E49F797B4431fBF4fb333108CB90e6
|
||||
|
||||
# Address of the RLN Membership Token contract on Linea Sepolia used to pay for membership.
|
||||
TOKEN_CONTRACT_ADDRESS=0xd17e184e3c1941585a3edcb3a10367da6326d844
|
||||
|
||||
@ -26,4 +30,4 @@ NWAKU_IMAGE=
|
||||
NODEKEY=
|
||||
DOMAIN=
|
||||
EXTRA_ARGS=
|
||||
STORAGE_SIZE=
|
||||
STORAGE_SIZE=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user