This is a fork of the uniswap v2 subgraph
npx graph auth https://api.thegraph.com/deploy/ <AUTH_TOKEN>
- un-comment staging variables in
src/mappings/environment.ts
npm run codegen-staging
npm run build-staging
npm run deploy-staging
- un-comment prod variables in
src/mappings/environment.ts
npm run codegen-prod
npm run build-prod
npm run deploy-prod