From 2d0e46bdd3db6f5dcb933ce2c06a509f38785488 Mon Sep 17 00:00:00 2001 From: murderteeth <89237203+murderteeth@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:28:07 -0400 Subject: [PATCH 1/2] Clarify yDaemon as legacy API in README Updated README to clarify yDaemon as a legacy API and reference Kong for latest Yearn data. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6ffa0c91..b28ca8904 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ![](./.github/banner.png) -yDaemon is the next-gen API for Yearn. Based on the API from [yearn-exporter](https://github.com/yearn/yearn-exporter), it brings a lot of new features and benefits without breaking the existing system. +yDaemon is a legacy rest API for Yearn data. Please refer to [Kong](https://github.com/yearn/kong) for the latest Yearn data. + +~~yDaemon is the next-gen API for Yearn. Based on the API from [yearn-exporter](https://github.com/yearn/yearn-exporter), it brings a lot of new features and benefits without breaking the existing system.~~ See documentation here: https://ydaemon.yearn.farm/ ## Use with Docker From e3f210a87ce386ec7b4af4b889d005db82726096 Mon Sep 17 00:00:00 2001 From: murderteeth <89237203+murderteeth@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:30:42 -0400 Subject: [PATCH 2/2] Update README to remove outdated yDaemon information Removed outdated information about yDaemon being the next-gen API and its documentation link. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b28ca8904..1e570df7e 100755 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ yDaemon is a legacy rest API for Yearn data. Please refer to [Kong](https://github.com/yearn/kong) for the latest Yearn data. -~~yDaemon is the next-gen API for Yearn. Based on the API from [yearn-exporter](https://github.com/yearn/yearn-exporter), it brings a lot of new features and benefits without breaking the existing system.~~ +~yDaemon is the next-gen API for Yearn. Based on the API from [yearn-exporter](https://github.com/yearn/yearn-exporter), it brings a lot of new features and benefits without breaking the existing system.~ + +~See documentation here: https://ydaemon.yearn.farm/~ -See documentation here: https://ydaemon.yearn.farm/ ## Use with Docker First, ensure [Docker](https://docs.docker.com/get-started/overview/) is installed on your system then, clone the repo and create the '.env' file: ```