tornado-root-updater/.env.example

17 lines
388 B
Plaintext
Raw Normal View History

2020-12-15 16:09:41 +01:00
RPC_URL=
REDIS_URL=redis://127.0.0.1:6379
2020-12-18 01:43:33 +01:00
AGGREGATOR=0x8cb1436F64a3c33aD17bb42F94e255c4c0E871b2
2020-12-15 16:09:41 +01:00
PRIVATE_KEY=
MERKLE_TREE_LEVELS=20
# the block of the tornadoTrees contract deployment
2020-12-24 03:08:09 +01:00
STARTING_BLOCK=0
INSERT_BATCH_SIZE=60
2020-12-15 16:09:41 +01:00
# should not be more often than CONFIRMATION_BLOCKS time. e.g every 3 minutes
CRON_EXPRESSION="0 */3 * * * *"
CONFIRMATION_BLOCKS=3
2020-12-30 02:44:37 +01:00
# a number in Gwei
GAS_PRICE=20