From a660809bd539aa9cd5208a9a3ec95ba587a8ba32 Mon Sep 17 00:00:00 2001 From: Eduard Voiculescu Date: Tue, 16 Jul 2024 12:32:28 -0400 Subject: [PATCH] update binary name in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab480d1..88329b0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Quickstart with Firehose for Starknet can be found in the official Firehose docs The below command with start streaming Firehose Starknet blocks, check `proto/sf/starknet/type/v1/block.proto` for more information. ```bash -firestark fetch $FIRST_STREAMABLE_BLOCK --state-dir $STATE_DIR --block-fetch-batch-size=1 --interval-between-fetch=0s --latest-block-retry-interval=10s --starknet-endpoints $STARKNET_RPC_ENDPOINT --eth-endpoints $ETH_ENDPOINT +firestarknet fetch $FIRST_STREAMABLE_BLOCK --state-dir $STATE_DIR --block-fetch-batch-size=1 --interval-between-fetch=0s --latest-block-retry-interval=10s --starknet-endpoints $STARKNET_RPC_ENDPOINT --eth-endpoints $ETH_ENDPOINT # FIRST_STREAMABLE_BLOCK: this would often be set to 0 # STATE_DIR: Location to store the Firehose Starknet blocks # STARKNET_RPC_ENDPOINT: RPC Endpoint for Starknet to make calls to fetch blocks with receitps, state udpdate, block number and latest block number