tornado-root-updater/.env.example

14 lines
396 B
Plaintext
Raw Normal View History

2020-12-15 16:09:41 +01:00
RPC_URL=
2021-04-01 20:39:38 +02:00
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
2021-01-26 06:51:21 +01:00
# additional nodes to send raw tx to. comma separated values
BROADCAST_NODES=https://api.taichi.network:10001/rpc/public,https://cloudflare-eth.com
2020-12-15 16:09:41 +01:00
REDIS_URL=redis://127.0.0.1:6379
2021-03-03 14:10:00 +01:00
INSERT_BATCH_SIZE=256