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