Skip to content

Commit c3dc01c

Browse files
nnn-giffjl
authored andcommitted
README: add config to genesis.json (#14373)
README: add config to genesis.json
1 parent cf4faa4 commit c3dc01c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ and agree upon. This consists of a small JSON file (e.g. call it `genesis.json`)
161161

162162
```json
163163
{
164+
"config": {
165+
"chainId": 0,
166+
"homesteadBlock": 0,
167+
"eip155Block": 0,
168+
"eip158Block": 0
169+
},
164170
"alloc" : {},
165171
"coinbase" : "0x0000000000000000000000000000000000000000",
166172
"difficulty" : "0x20000",

0 commit comments

Comments
 (0)