yearn / yearn-vaults-v2-subgraph

26 stars 41 forks source link

VaultUpdate and VaultDayData use different units to measure timestamps #149

Closed bsamuels453 closed 2 years ago

bsamuels453 commented 2 years ago

unix timestamps for VaultUpdate measure time in nanoseconds (ie: 1634688000000000)

unix timestamps for VaultDayData measure time in milliseconds (ie: 1633746673000)

Make sure all unix timestamp data fields on the subgraph use the same units of measure (probably seconds)

0xbok commented 2 years ago

It no one is working on it, i can take a look.

bsamuels453 commented 2 years ago

fixed by https://github.com/yearn/yearn-vaults-v2-subgraph/pull/155