From 6c440bb546afc8516277b3a7b7b193497aeeb8ed Mon Sep 17 00:00:00 2001 From: Flash Sheridan Date: Fri, 23 Aug 2019 11:00:26 -0400 Subject: [PATCH] =?UTF-8?q?Replace=208888=20with=20=E2=80=9C=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per PR review, replace Moriteru’s arbitrary positive integer 8888 with “” in chainId field. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 063f669589..87e2328af5 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ aware of and agree upon. This consists of a small JSON file (e.g. call it `genes ```json { "config": { - "chainId": 8888, + "chainId": , "homesteadBlock": 0, "eip150Block": 0, "eip155Block": 0,