.env.example 574 B

12345678910111213141516171819202122232425
  1. NET_ID=1
  2. HTTP_RPC_URL=https://mainnet.infura.io
  3. WS_RPC_URL=wss://mainnet.infura.io/ws/v3/
  4. # ORACLE_RPC_URL should always point to the mainnet
  5. ORACLE_RPC_URL=https://mainnet.infura.io
  6. REDIS_URL=redis://127.0.0.1:6379
  7. # DNS settings
  8. VIRTUAL_HOST=example.duckdns.org
  9. LETSENCRYPT_HOST=example.duckdns.org
  10. APP_PORT=8000
  11. # without 0x prefix
  12. PRIVATE_KEY=
  13. # 0.05 means 0.05%
  14. REGULAR_TORNADO_WITHDRAW_FEE=0.05
  15. MINING_SERVICE_FEE=0.05
  16. REWARD_ACCOUNT=
  17. CONFIRMATIONS=4
  18. # in GWEI
  19. MAX_GAS_PRICE=1000
  20. BASE_FEE_RESERVE_PERCENTAGE=25
  21. AGGREGATOR=0x8cb1436F64a3c33aD17bb42F94e255c4c0E871b2