From 941321d79ce31670207d474cd905f339067f6c0c Mon Sep 17 00:00:00 2001 From: John Kane Date: Wed, 12 Jun 2024 11:40:17 +0100 Subject: [PATCH] docs: update a reference to evmjs Refer to EDR instead of evmjs as it is no longer used for `hardhat node`. --- docs/src/content/hardhat-network/docs/overview/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/hardhat-network/docs/overview/index.md b/docs/src/content/hardhat-network/docs/overview/index.md index def300c2ba..ca0fe48c50 100644 --- a/docs/src/content/hardhat-network/docs/overview/index.md +++ b/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 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?