26 lines
647 B
Plaintext
26 lines
647 B
Plaintext
NET_ID=1
|
|
HTTP_RPC_URL=https://api.securerpc.com/v1
|
|
# ORACLE_RPC_URL should always point to the mainnet
|
|
ORACLE_RPC_URL=https://api.securerpc.com/v1
|
|
REDIS_URL=redis://127.0.0.1:6379
|
|
|
|
# DNS settings
|
|
VIRTUAL_HOST=example.duckdns.org
|
|
LETSENCRYPT_HOST=example.duckdns.org
|
|
APP_PORT=8000
|
|
|
|
# without 0x prefix
|
|
PRIVATE_KEY=
|
|
# 0.1 means 0.1%, we recommend 0.1 for sidechains and 0.4 for mainnet
|
|
REGULAR_TORNADO_WITHDRAW_FEE=0.1
|
|
REWARD_ACCOUNT=0x...
|
|
CONFIRMATIONS=4
|
|
|
|
# in GWEI
|
|
MAX_GAS_PRICE=1000
|
|
BASE_FEE_RESERVE_PERCENTAGE=25
|
|
AGGREGATOR=0x8cb1436F64a3c33aD17bb42F94e255c4c0E871b2
|
|
# Telegram bot alerts
|
|
TELEGRAM_NOTIFIER_BOT_TOKEN=
|
|
TELEGRAM_NOTIFIER_CHAT_ID=
|