# ERIGON STARTUP OPTIONS
# This file contains the default startup options for Erigon.  By default,
# Erigon connects to MainNet. See the online Erigon README for documentation
# of these options: https://github.com/erigontech/erigon/blob/main/README.md

# Directory in which Erigon should store Ethereum data:
ERIGON_DATADIR="/var/lib/erigon"

# Options set in ERIGON_OPTIONS are passed directly to Erigon on startup:
ERIGON_OPTIONS=""

# An example of how use ERIGON_OPTIONS to connect Erigon to the Goerli test chain:
#ERIGON_OPTIONS="--chain goerli"

# Options set in ERIGON_RPCDAEMON_OPTIONS are passed to the RPC daemon:
ERIGON_RPCDAEMON_OPTIONS="--grpc --ws --http.api eth,erigon,web3,trace"

# Options set in ERIGON_SENTRY_OPTIONS are passed to Sentry:
ERIGON_SENTRY_OPTIONS=""

# Options set in ERIGON_TXPOOL_OPTIONS are passed to TxPool:
ERIGON_TXPOOL_OPTIONS=""
