Skip to content

Commit e832380

Browse files
authored
Merge pull request #6391 from NomicFoundation/hh3-alpha-comparison-fix
Re-write Multichain support section in comparison
2 parents 4ad0bc0 + 21063b5 commit e832380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/hardhat3-alpha/learn-more/comparison.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Hardhat 3 comes with Foundry-compatible Solidity tests, which are fast and ideal
1212

1313
## Multichain support
1414

15-
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.
15+
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.
1616

17-
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.
17+
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.
1818

1919
## Network manager
2020

0 commit comments

Comments
 (0)