Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website: fix chain config when start a private network #29517

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/fundamentals/private-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ The `period` configuration option sets the target block time of the chain.
"petersburgBlock": 0,
"istanbulBlock": 0,
"berlinBlock": 0,
"terminalTotalDifficultyPassed": true,
"clique": {
"period": 5,
"epoch": 30000
Expand Down Expand Up @@ -102,6 +103,7 @@ Since Ethash is the default consensus algorithm, no additional parameters need t
"petersburgBlock": 0,
"istanbulBlock": 0,
"berlinBlock": 0,
"terminalTotalDifficultyPassed": true,
"ethash": {}
},
"difficulty": "1",
Expand Down Expand Up @@ -274,6 +276,7 @@ In each data directory save a copy of the following `genesis.json` to the top le
"londonBlock": 0,
"arrowGlacierBlock": 0,
"grayGlacierBlock": 0,
"terminalTotalDifficultyPassed": true,
"clique": {
"period": 5,
"epoch": 30000
Expand Down