Skip to content

Commit e5f37a3

Browse files
authored
refresh the mainnet.json used for blockchain util tests (#8947)
Signed-off-by: Sally MacFarlane <[email protected]>
1 parent 9de6c83 commit e5f37a3

File tree

1 file changed

+33
-7
lines changed

1 file changed

+33
-7
lines changed

testutil/src/main/resources/mainnet-data/mainnet.json

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,39 @@
66
"eip150Block": 2463000,
77
"eip158Block": 2675000,
88
"byzantiumBlock": 4370000,
9-
"constantinopleBlock": 7280000,
109
"petersburgBlock": 7280000,
10+
"istanbulBlock": 9069000,
11+
"muirGlacierBlock": 9200000,
12+
"berlinBlock": 12244000,
13+
"londonBlock": 12965000,
14+
"arrowGlacierBlock": 13773000,
15+
"grayGlacierBlock": 15050000,
16+
"terminalTotalDifficulty": 58750000000000000000000,
17+
"shanghaiTime": 1681338455,
18+
"cancunTime": 1710338135,
19+
"pragueTime": 1746612311,
20+
"depositContractAddress": "0x00000000219ab540356cbb839cbe05303d7705fa",
21+
"withdrawalRequestContractAddress": "0x00000961ef480eb55e80d19ad83579a64c007002",
22+
"consolidationRequestContractAddress": "0x0000bbddc7ce488642fb579f8b00f3a590007251",
23+
"blobSchedule": {
24+
"cancun": {
25+
"target": 3,
26+
"max": 6,
27+
"baseFeeUpdateFraction": 3338477
28+
},
29+
"prague": {
30+
"target": 6,
31+
"max": 9,
32+
"baseFeeUpdateFraction": 5007716
33+
}
34+
},
1135
"ethash": {
12-
36+
},
37+
"checkpoint": {
38+
"comment": "Start sync from first proof of stake block",
39+
"hash": "0x56a9bb0302da44b8c0b3df540781424684c3af04d0b7a38d72842b762076a664",
40+
"number": 15537394,
41+
"totalDifficulty": "0xC70D815D562D3CFA955"
1342
}
1443
},
1544
"nonce": "0x42",
@@ -26699,8 +26728,5 @@
2669926728
"fff7ac99c8e4feb60c9750054bdc14ce1857f181": {
2670026729
"balance": "0x3635c9adc5dea00000"
2670126730
}
26702-
},
26703-
"number": "0x0",
26704-
"gasUsed": "0x0",
26705-
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000"
26706-
}
26731+
}
26732+
}

0 commit comments

Comments
 (0)