Skip to content

Commit

Permalink
README: change chainID to <arbitrary positive integer> (ethereum#20002)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
FlashSheridan authored and karalabe committed Aug 26, 2019
1 parent cc9eb91 commit a978adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a978adf

Please sign in to comment.