mirror of
https://github.com/tornadocash/tornado-root-updater.git
synced 2024-12-04 15:14:38 +01:00
update readme
This commit is contained in:
parent
6d8cb8ea03
commit
da29316f9c
19
.env.example
19
.env.example
@ -1,16 +1,13 @@
|
|||||||
RPC_URL=
|
RPC_URL=
|
||||||
|
PRIVATE_KEY=
|
||||||
|
# Gas price in Gwei
|
||||||
|
GAS_PRICE=200
|
||||||
|
# should not be more often than CONFIRMATION_BLOCKS time. default is once per hour
|
||||||
|
CRON_EXPRESSION="0 0 * * * *"
|
||||||
|
|
||||||
|
|
||||||
|
CONFIRMATION_BLOCKS=1
|
||||||
# additional nodes to send raw tx to. comma separated values
|
# additional nodes to send raw tx to. comma separated values
|
||||||
BROADCAST_NODES=https://api.taichi.network:10001/rpc/public,https://cloudflare-eth.com
|
BROADCAST_NODES=https://api.taichi.network:10001/rpc/public,https://cloudflare-eth.com
|
||||||
REDIS_URL=redis://127.0.0.1:6379
|
REDIS_URL=redis://127.0.0.1:6379
|
||||||
|
|
||||||
PRIVATE_KEY=
|
|
||||||
|
|
||||||
MERKLE_TREE_LEVELS=20
|
|
||||||
# the block of the tornadoTrees contract deployment
|
|
||||||
INSERT_BATCH_SIZE=256
|
INSERT_BATCH_SIZE=256
|
||||||
# should not be more often than CONFIRMATION_BLOCKS time. e.g every 3 minutes
|
|
||||||
CRON_EXPRESSION="0 */3 * * * *"
|
|
||||||
CONFIRMATION_BLOCKS=3
|
|
||||||
|
|
||||||
# a number in Gwei
|
|
||||||
GAS_PRICE=20
|
|
||||||
|
Loading…
Reference in New Issue
Block a user