Skip to content

Commit a978adf

Browse files
FlashSheridankaralabe
authored andcommitted
README: change chainID to <arbitrary positive integer> (ethereum#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.
1 parent cc9eb91 commit a978adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ aware of and agree upon. This consists of a small JSON file (e.g. call it `genes
210210
```json
211211
{
212212
"config": {
213-
"chainId": 0,
213+
"chainId": <arbitrary positive integer>,
214214
"homesteadBlock": 0,
215215
"eip150Block": 0,
216216
"eip155Block": 0,

0 commit comments

Comments
 (0)