Deploying Subgraph to Sepolia Network
- INDEXERS
Why is the deployment of a subgraph to the Sepolia testing network failing with the error 'network not supported by registrar: no network sepolia found on chain ethereum'?
Answers1
The issue is likely due to the missing RPC setup for the Sepolia network. The ethereum
environment variable in the docker-compose
file should be updated to include the correct RPC endpoint for Sepolia.