Yearn Sync is a small internal dashboard used to detect anomalies across our data sources.
An anomaly is a problem with a vault that is not properly a bug, but instead either missing information or a de-synchronization issue between the main data source for Yearn.
Having an anomaly means that we are missing important information or data for the vaults which can lead to poor user experience, front-end bugs, or even incompatibility with external partners.
The main data source is the yDaemon, accessible via this URI and with documentation here.
- Clone the repository
- Rename
.env.exampleto.envand add yourWALLETCONNECT_PROJECT_ID - Run
yarn && yarn dev - Access
http://localhost:3000
- Run
make deploy
