Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,22 @@ STATSD_ADDRESS="172.17.0.1"
# FLASHBLOCKS (OPTIONAL - UNCOMMENT TO ENABLE)
# RETH_FB_WEBSOCKET_URL=wss://mainnet.flashblocks.base.org/ws

# PORT CONFIGURATION (OPTIONAL - UNCOMMENT TO OVERRIDE DEFAULTS)
# ---------------------------------------------------------------
# Override default ports when running multiple nodes or to resolve conflicts.
# RPC_PORT=8545 # HTTP JSON-RPC port
# WS_PORT=8546 # WebSocket JSON-RPC port
# AUTHRPC_PORT=8551 # Engine API (authenticated RPC) port
# METRICS_PORT=6060 # Prometheus metrics port
# DISCOVERY_PORT=30303 # P2P discovery port
# V5_DISCOVERY_PORT=9200 # discv5 discovery port
# P2P_PORT=30303 # P2P TCP port

# LOG LEVEL (OPTIONAL - UNCOMMENT TO OVERRIDE DEFAULT)
# -----------------------------------------------------
# Supported values: error, warn, info, debug, trace (default: info)
# LOG_LEVEL=info

# PRUNING (OPTIONAL - UNCOMMENT TO ENABLE)
# NOTE: Set to any number of blocks you want, but it should be >10064
# NOTE: The node type that was chosen when first running a node cannot be changed after the initial sync. Turning Archive into Pruned, or Pruned into Full is not supported [source](https://reth.rs/run/faq/pruning/).
Expand Down
16 changes: 16 additions & 0 deletions .env.sepolia
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,22 @@ STATSD_ADDRESS="172.17.0.1"
# FLASHBLOCKS (OPTIONAL - UNCOMMENT TO ENABLE)
# RETH_FB_WEBSOCKET_URL=wss://sepolia.flashblocks.base.org/ws

# PORT CONFIGURATION (OPTIONAL - UNCOMMENT TO OVERRIDE DEFAULTS)
# ---------------------------------------------------------------
# Override default ports when running multiple nodes or to resolve conflicts.
# RPC_PORT=8545 # HTTP JSON-RPC port
# WS_PORT=8546 # WebSocket JSON-RPC port
# AUTHRPC_PORT=8551 # Engine API (authenticated RPC) port
# METRICS_PORT=6060 # Prometheus metrics port
# DISCOVERY_PORT=30303 # P2P discovery port
# V5_DISCOVERY_PORT=9200 # discv5 discovery port
# P2P_PORT=30303 # P2P TCP port

# LOG LEVEL (OPTIONAL - UNCOMMENT TO OVERRIDE DEFAULT)
# -----------------------------------------------------
# Supported values: error, warn, info, debug, trace (default: info)
# LOG_LEVEL=info

# PRUNING (OPTIONAL - UNCOMMENT TO ENABLE)
# NOTE: Set to any number of blocks you want, but it should be >10064
# NOTE: The node type that was chosen when first running a node cannot be changed after the initial sync. Turning Archive into Pruned, or Pruned into Full is not supported [source](https://reth.rs/run/faq/pruning/).
Expand Down