From a978adfd7c5ec1b9f7271c69f8f3a6686bb73c19 Mon Sep 17 00:00:00 2001
From: Flash Sheridan <flash@pobox.com>
Date: Mon, 26 Aug 2019 03:44:05 -0400
Subject: [PATCH] README: change chainID to <arbitrary positive integer>
 (#20002)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* Change chainId in genesis block to 8888 from 0

Change chainId in genesis block to 8888 from 0 per Moriteru in https://ethereum.stackexchange.com/a/28082/40230.

* Replace 8888 with “<arbitrary positive integer>”

Per PR review, replace Moriteru’s arbitrary positive integer 8888 with “<arbitrary positive integer>” in chainId field.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index eaadb8985..87e2328af 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": 0,
+    "chainId": <arbitrary positive integer>,
     "homesteadBlock": 0,
     "eip150Block": 0,
     "eip155Block": 0,
-- 
GitLab