This subgraph indexes the data from the Snapshot delegation contracts.
- Create a new file similar to
subgraph.sepolia.yaml
- Find
startBlock
of contract on new network - Update
startBlock
andnetwork
with new values - Create a new script in package.json similar to
deploy-studio-sepolia
Refer to documentation here
- Run
yarn codegen
to generate the types for the subgraph - Run
yarn build
to build the subgraph - Run
yarn deploy-studio-sepolia --deploy-key=<DEPLOY_CODE_HERE>