📜Environment Variables
The following environment variables can be used to configure various aspects of the signet node client.
BLOB_EXPLORER_URLURL of a blob explorer
SIGNET_STATIC_PATHFilesystem path to where the static_files directory should be located
SIGNET_DATABASE_PATHFilesystem path to where the node should store its database
IPC_ENDPOINTFilesystem path for the .ipc file
GENESIS_JSON_PATHPath on the filesystem for the genesis file
RPC_PORTPort to be used for the rollup node http json-rpc requests
WS_RPC_PORTPort to be used for the rollup node's WebSocket connections
TX_FORWARD_URLURL for the transaction cache API
SIGNET_CL_URLURL to the consensus layer for fetching blobs and other CL responsibilities
SIGNET_PYLON_URLURL to the Pylon node for blob storage
HOST_START_TIMESTAMPThe host chain's start timestamp for slot calculation purposes.
HOST_SLOT_OFFSETThe host chain's slot offset
HOST_SLOT_DURATIONThe host chain's slot duration
RUST_LOGStandard rust environment variable for logging
Last updated