Skip to content

Commit 137e683

Browse files
committed
chore: complete mainnet genesis
1 parent 4f84182 commit 137e683

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

crates/genesis/src/mainnet.host.genesis.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,42 @@
1717
"arrowGlacierBlock": 13773000,
1818
"grayGlacierBlock": 15050000,
1919
"shanghaiTime": 1681338455,
20+
"cancunTime": 1710338135,
21+
"pragueTime": 1746612311,
22+
"osakaTime": 1764798551,
23+
"bpo1Time": 1765290071,
24+
"bpo2Time": 1767747671,
2025
"terminalTotalDifficulty": 58750000000000000000000,
2126
"terminalTotalDifficultyPassed": true,
22-
"ethash": {}
27+
"depositContractAddress": "0x00000000219ab540356cbb839cbe05303d7705fa",
28+
"ethash": {},
29+
"blobSchedule": {
30+
"cancun": {
31+
"target": 3,
32+
"max": 6,
33+
"baseFeeUpdateFraction": 3338477
34+
},
35+
"prague": {
36+
"target": 6,
37+
"max": 9,
38+
"baseFeeUpdateFraction": 5007716
39+
},
40+
"osaka": {
41+
"target": 6,
42+
"max": 9,
43+
"baseFeeUpdateFraction": 5007716
44+
},
45+
"bpo1": {
46+
"target": 10,
47+
"max": 15,
48+
"baseFeeUpdateFraction": 8346193
49+
},
50+
"bpo2": {
51+
"target": 14,
52+
"max": 21,
53+
"baseFeeUpdateFraction": 11684671
54+
}
55+
}
2356
},
2457
"nonce": "0x42",
2558
"timestamp": "0x0",

0 commit comments

Comments
 (0)