From f473567bd72eb5d5a4c56041cc0694ed98d4fff0 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 26 Jun 2023 08:41:51 -0400 Subject: [PATCH] Update README.md --- app/data/stacks/reth/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/data/stacks/reth/README.md b/app/data/stacks/reth/README.md index 83186b35..8dcaa1c5 100644 --- a/app/data/stacks/reth/README.md +++ b/app/data/stacks/reth/README.md @@ -7,7 +7,7 @@ Deploy a Reth API node alongside Lighthouse. $ laconic-so --stack reth setup-repositories ``` -## Build the fixturenet-eth containers +## Build the Reth stack containers ``` $ laconic-so --stack reth build-containers @@ -62,4 +62,4 @@ $ laconic-so --stack reth deploy down ``` To also delete the docker data volumes: ```bash -$ laconic-so --stack reth deploy down --delete-volumes \ No newline at end of file +$ laconic-so --stack reth deploy down --delete-volumes