This subgraph is used to track the ancillary contracts for Hats Protocol.
To build the subgraph, run the following command:
pnpm i # install dependencies
pnpm codegen # generate the types
pnpm run build --network <network> # build the subgraph
To deploy the subgraph, run the following command:
pnpm deploy <subgraph-name>