Subquery support for Tinlake data
I've got a subquery indexing tinlake TVL now that's ready to test, but the centrifuge TVL query in cent app only grabs the first 100 items right now. Would someone be able to update that so that it functions like the old subgraph queries that fetch repeatedly until there are no more entries? This is the function in question: https://github.com/centrifuge/apps/blob/main/centrifuge-js/src/modules/pools.ts#L2196
@AStox is working on getting subquery data fixed.
Looks like the latest attempt to index tinlake data worked fine up until block ~18543475.
I'll try to figure out what went wrong, update the branch here, and re-index. Hopefully will be able to fix this this week and close this issue.