From 09d03493b9d9478511088b42c30d622f176d60f9 Mon Sep 17 00:00:00 2001 From: Patricio Palladino Date: Sun, 17 Jul 2022 06:11:28 -0300 Subject: [PATCH] docs: Update private network config (#25310) * Update Private-Network.md I updated the example genesis.json so that it matches mainnet's HF from block 0. The reason I think this is a positive change is that users get confused by tools not behaving like their private network by default: https://github.com/NomicFoundation/hardhat/issues/2946 * add missing double quote Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com> --- docs/_interface/Private-Network.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/_interface/Private-Network.md b/docs/_interface/Private-Network.md index f6aeb98d36..e54dabcdac 100644 --- a/docs/_interface/Private-Network.md +++ b/docs/_interface/Private-Network.md @@ -278,6 +278,12 @@ In each data directory save a copy of the following `genesis.json` to the top le "byzantiumBlock": 0, "constantinopleBlock": 0, "petersburgBlock": 0, + "istanbulBlock": 0, + "muirGlacierBlock": 0, + "berlinBlock": 0, + "londonBlock": 0, + "arrowGlacierBlock": 0, + "grayGlacierBlock": 0, "clique": { "period": 5, "epoch": 30000