tornado-root-updater/.env.example
2020-12-17 16:43:33 -08:00

14 lines
363 B
Plaintext

RPC_URL=
REDIS_URL=redis://127.0.0.1:6379
AGGREGATOR=0x8cb1436F64a3c33aD17bb42F94e255c4c0E871b2
PRIVATE_KEY=
MERKLE_TREE_LEVELS=20
# the block of the tornadoTrees contract deployment
STARTING_BLOCK=22015916
INSERT_BATCH_SIZE=500
# should not be more often than CONFIRMATION_BLOCKS time. e.g every 3 minutes
CRON_EXPRESSION="0 */3 * * * *"
CONFIRMATION_BLOCKS=3