yearn / yearn-exporter

Realtime and historical Yearn metrics
https://yearn.vision
MIT License
95 stars 146 forks source link

Consolidate exporter-endpoints #223

Open yearn-linear-gh-sync[bot] opened 2 years ago

yearn-linear-gh-sync[bot] commented 2 years ago

Currently we have our code for the various api endpoints in multiple repos:

This has the following drawbacks:

Therefore we should merge this into a single repo, possibly yearn-exporter as it's the closest to the data and we have already the /v1 routes in it.

0xkofee commented 2 years ago

@mariuspod Is this related to https://github.com/yearn/yearn-watch/pull/229 ? Seems like there is a big refactor to use the SDK for calls... just letting you know