Skip to content

Commit

Permalink
Merge pull request #6391 from NomicFoundation/hh3-alpha-comparison-fix
Browse files Browse the repository at this point in the history
Re-write Multichain support section in comparison
  • Loading branch information
fvictorio authored Mar 4, 2025
2 parents 4ad0bc0 + 21063b5 commit e832380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/hardhat3-alpha/learn-more/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e832380

Please sign in to comment.