v3-subgraph
v3-subgraph copied to clipboard
Fix poolDayData close price
There is an old issue that highlights that the close price of poolDayData is the same as open price. It is because the close price is never updated after given poolDayData was created.
This PR will add an update in src/utils/intervalUpdates.ts
.
@ianlapham can this please merged and deployed?