Skip to content

Commit 50e4b5d

Browse files
author
Everett Hildenbrandt
committed
sss src/GenesisTestFiller: update with new "forks" section
1 parent 18f8a25 commit 50e4b5d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/GenesisTestsFiller/template.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
"balance": "0x29a2241af62ca034"
1818
}
1919
},
20+
"forks": {
21+
"EIP150ForkBlock": "0x00",
22+
"EIP158ForkBlock": "0x00",
23+
"byzantiumForkBlock": "0x00",
24+
"constantinopleForkBlock": "0x00",
25+
"daoForkBlock": "0x00",
26+
"homesteadForkBlock": "0x00"
27+
},
2028
"genesis": {
2129
"author": "0x0000000000000000000000000000000000000000",
2230
"difficulty": "0x020000",
@@ -26,13 +34,7 @@
2634
"timestamp": "0x00"
2735
},
2836
"params": {
29-
"EIP150ForkBlock": "0x00",
30-
"EIP158ForkBlock": "0x00",
31-
"byzantiumForkBlock": "0x00",
3237
"chainID": "0x01",
33-
"constantinopleForkBlock": "0x00",
34-
"daoForkBlock": "0x00",
35-
"homesteadForkBlock": "0x00",
3638
"miningMethod": "NoProof"
3739
}
3840
}

0 commit comments

Comments
 (0)