diff --git a/docs/src/content/hardhat3-alpha/learn-more/comparison.md b/docs/src/content/hardhat3-alpha/learn-more/comparison.md index 0ba2efc01f..bca8598b69 100644 --- a/docs/src/content/hardhat3-alpha/learn-more/comparison.md +++ b/docs/src/content/hardhat3-alpha/learn-more/comparison.md @@ -12,9 +12,9 @@ Hardhat 3 comes with Foundry-compatible Solidity tests, which are fast and ideal ## Multichain support -In Hardhat 2, you can only configure a single Hardhat network, which always behaves like Ethereum Mainnet. Hardhat 3 introduces chain types, letting you choose which kind of chain you want to simulate. And you can configure multiple Hardhat networks, each with its own chain type. +Hardhat 2's development network always behaves like Ethereum Mainnet. Hardhat 3 removes this limitation, letting you choose which kind of chain you want to simulate. And, unlike Hardhat 2, you can configure multiple Hardhat networks, each with its own chain type. -The first version will have support for Ethereum Mainnet and OP Mainnet, plus a "generic" chain type that can be used as a fallback for chains that are not yet supported. +The initial release includes first-class support for Ethereum Mainnet and OP Mainnet, providing more realistic simulations of these networks. We'll gradually add new chain types over time. In the meantime, a generic chain type can be used as a fallback for networks that are not yet supported. This generic chain type behaves the same as Hardhat Network in Hardhat 2 and works with all of Hardhat 3's new features. ## Network manager