We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd04d3 commit d1a9281Copy full SHA for d1a9281
docs/src/content/hardhat-network/docs/overview/index.md
@@ -15,7 +15,7 @@ It runs as either an in-process or stand-alone daemon, servicing JSON-RPC and We
15
16
By default, it mines a block with each transaction that it receives, in order and with no delay.
17
18
-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), a custom EVM implementation written in Rust and targeting performance.
19
20
## How can I use it?
21
0 commit comments