First of all, thank you for developing and sharing this amazing project.
I’ve been following the quickstart guide but couldn't go beyond running graph-node using docker compose. because I keep encountering the following error in the graph-node logs:
INFO Trying to reconnect the Blockstream after disconnect, cursor: , endpoint uri: starknet-mainnet-0, network_name: starknet-mainnet, provider: starknet-mainnet-0, component: StarknetFirehoseBlockIngestor
ERRO Unable to connect to endpoint: status: Unavailable, message: "error trying to connect: tcp connect error: Connection refused (os error 111)", details: [], metadata: MetadataMap { headers: {} }: transport error: error trying to connect: tcp connect error: Connection refused (os error 111): tcp connect error: Connection refused (os error 111): Connection refused (os error 111), network_name: starknet-mainnet, provider: starknet-mainnet-0, component: StarknetFirehoseBlockIngestor
As far as I understand from the guide, the only modification I need to do is update ETHEREUM_URL env variable in the .env file to run graph-node. Is there anything else I need to configure?
Once again, thank you so much for your hard work and dedication to this ecosystem : )