Skip to content

Commit

Permalink
docs: update a reference to evmjs (#5382)
Browse files Browse the repository at this point in the history
Refer to EDR instead of evmjs as it is no longer used for `hardhat
node`.
  • Loading branch information
kanej committed Jun 13, 2024
1 parent bdd04d3 commit 0edfd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/hardhat-network/docs/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It runs as either an in-process or stand-alone daemon, servicing JSON-RPC and We

By default, it mines a block with each transaction that it receives, in order and with no delay.

It's backed by the `@ethereumjs/vm` EVM implementation, the same one used by ganache and Remix.
It's backed by [EDR](https://github.com/NomicFoundation/edr), Nomic Foundation's Ethereum development runtime implementation for building developer tools.

## How can I use it?

Expand Down

0 comments on commit 0edfd50

Please sign in to comment.