tornado-relayer/.env.example

25 lines
574 B
Plaintext
Raw Normal View History

2020-12-01 20:45:48 +00:00
NET_ID=1
HTTP_RPC_URL=https://mainnet.infura.io
WS_RPC_URL=wss://mainnet.infura.io/ws/v3/
2020-02-12 01:49:25 +00:00
# ORACLE_RPC_URL should always point to the mainnet
2019-12-23 16:38:44 +00:00
ORACLE_RPC_URL=https://mainnet.infura.io
2019-12-12 10:58:58 +00:00
REDIS_URL=redis://127.0.0.1:6379
2019-12-09 18:47:56 +00:00
2020-12-01 20:45:48 +00:00
# DNS settings
VIRTUAL_HOST=example.duckdns.org
LETSENCRYPT_HOST=example.duckdns.org
2020-05-08 17:29:31 +00:00
APP_PORT=8000
2019-11-15 09:01:59 +00:00
2020-12-01 20:45:48 +00:00
# without 0x prefix
PRIVATE_KEY=
# 0.05 means 0.05%
REGULAR_TORNADO_WITHDRAW_FEE=0.05
MINING_SERVICE_FEE=0.05
2020-10-06 11:20:26 +00:00
REWARD_ACCOUNT=
2020-12-01 20:45:48 +00:00
CONFIRMATIONS=4
2020-10-06 11:20:26 +00:00
2020-05-08 17:29:31 +00:00
# in GWEI
2020-11-10 15:20:02 +00:00
MAX_GAS_PRICE=1000
2021-09-08 07:37:49 +00:00
BASE_FEE_RESERVE_PERCENTAGE=25
2020-12-01 20:45:48 +00:00
AGGREGATOR=0x8cb1436F64a3c33aD17bb42F94e255c4c0E871b2