sablier-labs / v2-subgraphs

Subgraphs for Sablier V2 token streaming protocol
6 stars 4 forks source link

Upgrade to envio v0.0.30 #29

Closed JasoonS closed 3 months ago

JasoonS commented 4 months ago

I made two commits, one for each project.

I updated the tests to also pass on both.

The main change is that we no longer have <entityFieldName>Object it is just <entityFieldName>. (additionally in the code, the ids of those entities need to have the _id suffix to be explicit)

I've also added the unordered_multichain_mode: true flag so that the indexer won't get stuck if any chain lags behind for some reason.