From 0e461bad7d04cc93ec204aee19c516be9021f4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gr=C3=BCner?= <47506558+MegaRedHand@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:00:31 -0300 Subject: [PATCH 1/2] docs: mention last supported commit --- examples/eigenda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/eigenda.yaml b/examples/eigenda.yaml index 64a8bcbd..2293411c 100644 --- a/examples/eigenda.yaml +++ b/examples/eigenda.yaml @@ -6,7 +6,7 @@ # To run this example: # 0. Ensure you have the latest version of the devnet (see the README for how to install) -# 1. Clone the https://github.com/Layr-Labs/eigenda repo +# 1. Clone the https://github.com/Layr-Labs/eigenda repo (and checkout commit a294978e346fe9d7ede0f1a57012c36f64f1212a) # 2. Copy this file inside that repo as `devnet.yaml` (on the root), and move inside it # 3. Download the SRS files by running: # mkdir -p resources From 2a7058e722664759f39c4ee82d61dee58fc16296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gr=C3=BCner?= <47506558+MegaRedHand@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:01:03 -0300 Subject: [PATCH 2/2] docs: add TODOs --- examples/eigenda.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/eigenda.yaml b/examples/eigenda.yaml index 2293411c..1bbd0bc5 100644 --- a/examples/eigenda.yaml +++ b/examples/eigenda.yaml @@ -3,6 +3,8 @@ # Example devnet config file for the EigenDA AVS (https://github.com/Layr-Labs/eigenda) # This file can be used inside the EigenDA repo to start a devnet with any local changes # TODO: move this to the EigenDA repo +# TODO: update to work with latest version +# TODO: update to work with v2 # To run this example: # 0. Ensure you have the latest version of the devnet (see the README for how to install)