good morning!!!!

Skip to content
Snippets Groups Projects
Commit a978adfd authored by Flash Sheridan's avatar Flash Sheridan Committed by Péter Szilágyi
Browse files

README: change chainID to <arbitrary positive integer> (#20002)

* 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.
parent cc9eb91d
No related branches found
No related tags found
No related merge requests found
...@@ -210,7 +210,7 @@ aware of and agree upon. This consists of a small JSON file (e.g. call it `genes ...@@ -210,7 +210,7 @@ aware of and agree upon. This consists of a small JSON file (e.g. call it `genes
```json ```json
{ {
"config": { "config": {
"chainId": 0, "chainId": <arbitrary positive integer>,
"homesteadBlock": 0, "homesteadBlock": 0,
"eip150Block": 0, "eip150Block": 0,
"eip155Block": 0, "eip155Block": 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment