yearn / seafood

Seafood
https://seafood.yearn.watch
13 stars 21 forks source link

Feat: Add historic monthly APY to Vault page #133

Open murderteeth opened 1 year ago

murderteeth commented 1 year ago

Add a table of monthly history of APYs to the Vault page. To get the data, query the yearn vision api. Here's an example of how to query the vision api for weekly TVLs: https://github.com/yearn/dashboard_ui/blob/main/api/routes/vision/index.js#L15

The table of historic APYs looks like this, with APY reports each month and one for the and of the year: image