Closed dbeal-eth closed 2 years ago
updates the debtState entity to read from debtCache, and adds ability to get results in multiple periods
also some minor fixes which have been nedede for a little bit
test: https://thegraph.com/hosted-service/subgraph/dbeal-eth/optimism-periodic-updates?version=current
{ debtStates(first: 5, orderBy:timestamp,orderDirection:desc,where:{period:3600}) { id timestamp debtRatio debtEntry totalIssuedSynths period } }
updates the debtState entity to read from debtCache, and adds ability to get results in multiple periods
also some minor fixes which have been nedede for a little bit
test: https://thegraph.com/hosted-service/subgraph/dbeal-eth/optimism-periodic-updates?version=current