Update `nimbus-eth2` reference (#176)

`nim-beacon-chain` was renamed to `nimbus-eth2`, update references.
This commit is contained in:
Etan Kissling 2024-07-24 15:33:41 +02:00 committed by GitHub
parent 07030fbce6
commit 9c6e80c610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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