Skip to content

Commit

Permalink
Update nimbus-eth2 reference (#176)
Browse files Browse the repository at this point in the history
`nim-beacon-chain` was renamed to `nimbus-eth2`, update references.
  • Loading branch information
etan-status authored Jul 24, 2024
1 parent 07030fb commit 9c6e80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

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

Expand Down

0 comments on commit 9c6e80c

Please sign in to comment.