jstashh

Results 9 issues of jstashh

New functionality to have a list which you can add videos that you want to watch later that can be persisted across visits rather than having to add links to...

## Description Add a `getHarvests` function to `StrategiesInterface` that returns data about the harvests of a strategy, optionally within a specified window of blocks Data returned about each Harvest: ```...

* Clone the yearn exporter repo - [https://github.com/yearn/yearn-exporter](https://github.com/yearn/yearn-exporter) * Checkout the branch `feat/brownie_bridge` * Make sure these environment variables are set: ``` export WEB3_PROVIDER=... export EXPLORER=... export FTM_WEB3_PROVIDER=... export FTM_EXPLORER=......

src/interfaces/earnings.ts

src/interfaces/strategy.ts

Fix mis-spelling of function

Request all vaults and corresponding data: ``` { vaults { id balanceTokens token { symbol } latestUpdate { tokensDeposited tokensWithdrawn } } } ``` Result: (one of the vaults, but...

bug
help wanted
p0