Files
ethereum-rpc-docker/firehose-mainnet/config.yml
2023-09-02 07:23:28 +02:00

27 lines
856 B
YAML

start:
args:
- merger
- firehose
- reader-node
- relayer
- combined-index-builder
flags:
data-dir: /var/lib/firehose
log-to-file: false
reader-node-log-to-zap: false
common-chain-id: "1"
common-network-id: "1"
reader-node-path: /usr/bin/geth
substreams-rpc-endpoints: $ETHEREUM_ARCHIVE_RPC
substreams-enabled: true
common-merged-blocks-store-url: $S3_BLOCKS_STORE_URL
substreams-request-stats-enabled: true
reader-node-arguments: "--mainnet --datadir=/var/lib/geth
--ipcpath=/var/lib/firehose/reader/ipc
--http --http.api=eth,net,web3
--authrpc.jwtsecret=/jwtsecret
--authrpc.addr=0.0.0.0
--authrpc.vhosts=*
--http.port=8545 --http.addr=0.0.0.0 --http.vhosts=*
--firehose-enabled --port=24465 --cache=2048"