tornado-relayer/.env.example

26 lines
621 B
Plaintext
Raw Permalink Normal View History

2020-12-01 23:45:48 +03:00
NET_ID=1
2023-07-10 05:36:45 +03:00
HTTP_RPC_URL=https://api.securerpc.com/v1
2020-02-12 04:49:25 +03:00
# ORACLE_RPC_URL should always point to the mainnet
2023-07-10 05:36:45 +03:00
ORACLE_RPC_URL=https://api.securerpc.com/v1
2019-12-12 13:58:58 +03:00
REDIS_URL=redis://127.0.0.1:6379
2019-12-09 21:47:56 +03:00
2020-12-01 23:45:48 +03:00
# DNS settings
VIRTUAL_HOST=example.duckdns.org
LETSENCRYPT_HOST=example.duckdns.org
2020-05-08 20:29:31 +03:00
APP_PORT=8000
2019-11-15 12:01:59 +03:00
2020-12-01 23:45:48 +03:00
# without 0x prefix
PRIVATE_KEY=
2023-07-10 05:36:45 +03:00
# 0.1 means 0.1%, we recommend 0.1 for sidechains and 0.4 for mainnet
RELAYER_FEE=0.1
2022-07-08 03:20:17 +03:00
REWARD_ACCOUNT=0x...
2020-12-01 23:45:48 +03:00
CONFIRMATIONS=4
2020-10-06 14:20:26 +03:00
2020-05-08 20:29:31 +03:00
# in GWEI
2020-11-10 18:20:02 +03:00
MAX_GAS_PRICE=1000
GAS_BUMP_PERCENTAGE=5
2020-12-01 23:45:48 +03:00
AGGREGATOR=0x8cb1436F64a3c33aD17bb42F94e255c4c0E871b2
2022-06-08 07:42:54 +03:00
# Telegram bot alerts
TELEGRAM_NOTIFIER_BOT_TOKEN=
TELEGRAM_NOTIFIER_CHAT_ID=