tornado-relayer/.env.example
2020-11-10 18:20:02 +03:00

22 lines
430 B
Plaintext

NET_ID=42
HTTP_RPC_URL=https://kovan.infura.io
WS_RPC_URL=wss://kovan.infura.io/ws/v3/
# ORACLE_RPC_URL should always point to the mainnet
ORACLE_RPC_URL=https://mainnet.infura.io
REDIS_URL=redis://127.0.0.1:6379
# without 0x prefix
PRIVATE_KEY=
# 2.5 means 2.5%
REGULAR_TORNADO_WITHDRAW_FEE=2.5
MINING_SERVICE_FEE=2.5
APP_PORT=8000
TORN_ETH_PRICE=7000000000000000
REWARD_ACCOUNT=
# in GWEI
MAX_GAS_PRICE=1000
CONFIRMATIONS=8