Add RLNv2 limits as parameters to env file

This commit is contained in:
stubbsta 2024-04-25 12:03:15 +02:00
parent 3ee976e08c
commit 55eeb70f52
No known key found for this signature in database

View File

@ -9,4 +9,7 @@ TRAFFIC_DELAY_SECONDS=15
# Enable automatic Docker image updates.
WATCHTOWER_ENABLED=true
# Anvil RPC Node external IP and port
RPC_URL=http://foundry:8545
RPC_URL=http://foundry:8545
# RLNv2 limits
RLN_RELAY_MSG_LIMIT=10
RLN_RELAY_EPOCH_SEC=60