Ephemeral networks and chain ids

The hash of the genesis block? That’s a really interesting idea. Right now Hardhat has the same hash for different instances of the network, but I think we could randomize some field (like the nonce) so that the hash is different each time.

EDIT: I was getting the same hash because I was using a project that has a fixed initial date. With the default config, the hash will be different indeed.