From 578bc8164d64bef89eed0b063ff8175e567a5686 Mon Sep 17 00:00:00 2001 From: Jonathan Verhees Date: Mon, 13 Sep 2021 11:34:00 +0100 Subject: [PATCH] README: add londonBlock to example genesis config (#23565) Updated example genesis.json configuration section, added londonBlock within config. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7adb135d..86f7713fd 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,8 @@ aware of and agree upon. This consists of a small JSON file (e.g. call it `genes "constantinopleBlock": 0, "petersburgBlock": 0, "istanbulBlock": 0, - "berlinBlock": 0 + "berlinBlock": 0, + "londonBlock": 0 }, "alloc": {}, "coinbase": "0x0000000000000000000000000000000000000000",