Skip to content

Commit 4f84182

Browse files
committed
chore: add local host genesis
1 parent 43c1406 commit 4f84182

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"chainId": 1,
3+
"homesteadBlock": 1150000,
4+
"daoForkBlock": 1920000,
5+
"daoForkSupport": true,
6+
"eip150Block": 2463000,
7+
"eip155Block": 2675000,
8+
"eip158Block": 2675000,
9+
"byzantiumBlock": 4370000,
10+
"constantinopleBlock": 7280000,
11+
"petersburgBlock": 7280000,
12+
"istanbulBlock": 9069000,
13+
"muirGlacierBlock": 9200000,
14+
"berlinBlock": 12244000,
15+
"londonBlock": 12965000,
16+
"arrowGlacierBlock": 13773000,
17+
"grayGlacierBlock": 15050000,
18+
"shanghaiTime": 1681338455,
19+
"cancunTime": 1710338135,
20+
"pragueTime": 1746612311,
21+
"osakaTime": 1764798551,
22+
"bpo1Time": 1765290071,
23+
"bpo2Time": 1767747671,
24+
"terminalTotalDifficulty": 58750000000000000000000,
25+
"terminalTotalDifficultyPassed": true,
26+
"depositContractAddress": "0x00000000219ab540356cbb839cbe05303d7705fa",
27+
"ethash": {},
28+
"blobSchedule": {
29+
"cancun": {
30+
"target": 3,
31+
"max": 6,
32+
"baseFeeUpdateFraction": 3338477
33+
},
34+
"prague": {
35+
"target": 6,
36+
"max": 9,
37+
"baseFeeUpdateFraction": 5007716
38+
},
39+
"osaka": {
40+
"target": 6,
41+
"max": 9,
42+
"baseFeeUpdateFraction": 5007716
43+
},
44+
"bpo1": {
45+
"target": 10,
46+
"max": 15,
47+
"baseFeeUpdateFraction": 8346193
48+
},
49+
"bpo2": {
50+
"target": 14,
51+
"max": 21,
52+
"baseFeeUpdateFraction": 11684671
53+
}
54+
}
55+
}

0 commit comments

Comments
 (0)