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.
This commit is contained in:
Flash Sheridan 2019-08-22 17:23:54 -04:00 committed by GitHub
parent 961aa0533f
commit ad8adf61ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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": 8888,
"homesteadBlock": 0,
"eip150Block": 0,
"eip155Block": 0,