A subgraph to index blocks on the network.
Example for the sepolia network.
- To build only:
npm run build-sepolia - To build AND deploy:
npm run deploy-sepolia.
If you want to deploy this on a new network {network}:
- Add a new config
configs/{network}.json. - Update the
package.jsonto include newbuild-{network}anddeploy-{network}commands.