graphprotocol / adchain-subgraph

Example subgraph project for querying the AdChain TCR
MIT License
3 stars 7 forks source link

Update to graph-ts, reorganize source tree a little bit #14

Closed Jannis closed 6 years ago

Jannis commented 6 years ago

This updates the AdChain subgraph to use https://github.com/graphprotocol/graph-ts. The sources are moved to src/ and the generated code for ABIs is also added to the source tree.

I verified this works with the latest graph-node. We'll have to release a new graph-cli version with graph-ts support before we can merge this though.