From 9c6e80c6109133c0af3025654f5a8820282cff05 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Wed, 24 Jul 2024 15:33:41 +0200 Subject: [PATCH] Update `nimbus-eth2` reference (#176) `nim-beacon-chain` was renamed to `nimbus-eth2`, update references. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec1ff3e..0cbeafe 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ binaries destined for older CPUs, pass `-d:BLSTuseSSSE3=0` to the Nim compiler. ### Executing the test suite We recommend working within the nimbus build environment described here: -https://github.com/status-im/nim-beacon-chain/ +https://github.com/status-im/nimbus-eth2 To execute the test suite, just navigate to the root of this repo and execute: @@ -72,7 +72,7 @@ nimble test ``` > Please note that within the nimbus build environment, the repository will - be located in `nim-beacon-chain/vendor/nim-blscurve`. + be located in `nimbus-eth2/vendor/nim-blscurve`. ### Executing the fuzzing tests