Build subgraph
yarn
yarn graph codegen
yarn graph build
Locally host Graph Node:
docker-compose up
Deploy subgraph to localhost Graph Node:
yarn create:local
yarn deploy:local
The subgraph start indexing from block 50000
. It should be able to index smoothly. After 1558861
, indexing starts failing.