master_password: "${RELAY_MASTER_KEY}"
# Your address from which you specified keys
staker_address: "${RELAY_STAKER_ADDRESS}"
keys_path: "/etc/relay/keys.json"
# Bridge contract address
bridge_address: "0:1d51fb47566d0d283ebbf83c641c01ebebaad6c3cec55895b0074b802036094e"
# If set, relay will not participate in elections. Default: false
endpoint: "${ETH_MAINNET_URL}"
# Timeout, used for simple getter requests. Default: 10
# Timeout, used for processing eth_getLogs response. Default: 120
blocks_processing_timeout_sec: 120
# Max simultaneous connection count. Default: 10
# Idle polling interval. Default: 60
# Maximum blocks range for getLogs request
endpoint: https://bsc-dataseed.binance.org
endpoint: https://rpc.ftm.tools
endpoint: "${POLYGON_URL}"
endpoint: https://rpc-mainnet-cardano-evm.c1.milkomeda.com
maximum_failed_responses_time_sec: 604800
endpoint: https://api.avax.network/ext/bc/C/rpc
maximum_failed_responses_time_sec: 604800
# Root directory for relay DB. Default: "./db"
# UDP port, used for ADNL node. Default: 30303
# Path to temporary ADNL keys.
# NOTE: Will be generated if it was not there.
# Default: "./adnl-keys.json"
temp_keys_path: "/etc/relay/adnl-keys.json"
# Listen address of metrics. Used by the client to gather prometheus metrics.
# Default: "127.0.0.1:10000"
listen_address: "127.0.0.1:10000"
# URL path to the metrics. Default: "/"
# Example: `curl http://127.0.0.1:10000/`
# Metrics update interval in seconds. Default: 10
collection_interval_sec: 10
# See https://docs.rs/log4rs/1.0.0/log4rs/ for more details
pattern: "{h({l})} {M} = {m} {n}"