Polygon
Firehose configuration for Polygon PoS
Last updated
Was this helpful?
Was this helpful?
fireeth start reader-node <apps> \
--advertise-chain-name="polygon-mainnet" \
--reader-node-path="bor" \
--reader-node-arguments="server --chain=mainnet --config=/path/to/config.toml --datadir={node-data-dir} --bor.heimdall=http://heimdall:1317 --syncmode=full --vmtrace=firehose" \
<other_flags...>fireeth start reader-node <apps> \
--advertise-chain-name="polygon-amoy" \
--reader-node-path="bor" \
--reader-node-arguments="server --chain=amoy --config=/path/to/config.toml --datadir={node-data-dir} --bor.heimdall=http://heimdall:1317 --syncmode=full --vmtrace=firehose" \
<other_flags...>