Base
Firehose configuration for Base
Last updated
Was this helpful?
Was this helpful?
fireeth start reader-node <apps> \
--advertise-chain-name="base-mainnet" \
--reader-node-path="geth" \
--reader-node-arguments="--datadir={node-data-dir} --networkid=8453 --op-network=base-mainnet --rollup.sequencerhttp=https://mainnet-sequencer.base.org/ --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.vhosts=* --authrpc.jwtsecret=/path/to/jwt.hex --vmtrace=firehose --state.scheme=path" \
<other_flags...>fireeth start reader-node <apps> \
--advertise-chain-name="base-sepolia" \
--reader-node-path="geth" \
--reader-node-arguments="--datadir={node-data-dir} --networkid=84532 --op-network=base-sepolia --rollup.sequencerhttp=https://sepolia-sequencer.base.org/ --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.vhosts=* --authrpc.jwtsecret=/path/to/jwt.hex --vmtrace=firehose --state.scheme=path" \
<other_flags...>