Skip to content

Commit a94ff1d

Browse files
committed
docs: update a reference to evmjs
Refer to EDR instead of evmjs as it is no longer used for `hardhat node`.
1 parent bdd04d3 commit a94ff1d

File tree

1 file changed

+1
-1
lines changed
  • docs/src/content/hardhat-network/docs/overview

1 file changed

+1
-1
lines changed

docs/src/content/hardhat-network/docs/overview/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It runs as either an in-process or stand-alone daemon, servicing JSON-RPC and We
1515

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

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

2020
## How can I use it?
2121

0 commit comments

Comments
 (0)