diff --git a/.env.example.publisher b/dogfooding/.env.example.publisher similarity index 87% rename from .env.example.publisher rename to dogfooding/.env.example.publisher index 7ce80ee..45873dc 100644 --- a/.env.example.publisher +++ b/dogfooding/.env.example.publisher @@ -9,14 +9,21 @@ RLN_RELAY_ETH_CLIENT_ADDRESS=https://linea-sepolia.infura.io/v3/ # e.g.: ETH_TESTNET_ACCOUNT=0xbecd1546a397a6bad875247d51c4c6da0e469021 ETH_TESTNET_ACCOUNT= -# Address of the RLN Membership Token contract on Linea Sepolia used to pay for membership. -TOKEN_CONTRACT_ADDRESS=0xd17e184e3c1941585a3edcb3a10367da6326d844 - # 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. # 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 Membership Token contract on Linea Sepolia used to pay for membership. +TOKEN_CONTRACT_ADDRESS=0xd17e184e3c1941585a3edcb3a10367da6326d844 + # Password you would like to use to protect your RLN membership. -RLN_RELAY_CRED_PASSWORD="my_secure_keystore_password" \ No newline at end of file +RLN_RELAY_CRED_PASSWORD="my_secure_keystore_password" + +# Advanced. Can be left empty in normal use cases. +NWAKU_IMAGE= +NODEKEY= +DOMAIN= +EXTRA_ARGS= +STORAGE_SIZE= \ No newline at end of file diff --git a/dogfooding/.env.example.rln b/dogfooding/.env.example.rln deleted file mode 100644 index 998e639..0000000 --- a/dogfooding/.env.example.rln +++ /dev/null @@ -1,19 +0,0 @@ -## RLN Credentials - EXPERIMENTAL -## If you have/want an RLN membership to send messages - -# Account of testnet where you have Linea Sepolia ETH that would be staked into RLN contract. -# e.g.: ETH_TESTNET_ACCOUNT=0xbecd1546a397a6bad875247d51c4c6da0e469021 -ETH_TESTNET_ACCOUNT= - -# Address of the RLN Membership Token contract on Linea Sepolia used to pay for membership. -TOKEN_CONTRACT_ADDRESS= - -# 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. -# 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= - -# Path and password to the keystore file -RLN_RELAY_CRED_PATH= -RLN_RELAY_CRED_PASSWORD= \ No newline at end of file