File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12333,7 +12333,7 @@ var (
1233312333 },
1233412334 "coinbase": "0x378360d4f25E6377f3da53F8cF09e9a258118528",
1233512335 "config": {
12336- "berlinBlock": 80000000 ,
12336+ "berlinBlock": 38067000 ,
1233712337 "chainId": 12,
1233812338 "homesteadBlock": 0,
1233912339 "eip150Block": 5623000,
@@ -12342,7 +12342,7 @@ var (
1234212342 "byzantiumBlock": 0,
1234312343 "constantinopleBlock": 5623000,
1234412344 "istanbulBlock": 5623000,
12345- "londonBlock": 80000000 ,
12345+ "londonBlock": 38067000 ,
1234612346 "muirGlacierBlock": 5623000
1234712347 },
1234812348 "difficulty": "0x1",
Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ var (
172172 PetersburgBlock : big .NewInt (5623000 ),
173173 IstanbulBlock : big .NewInt (5623000 ),
174174 MuirGlacierBlock : big .NewInt (5623000 ),
175- BerlinBlock : big .NewInt (80000000 ),
176- LondonBlock : big .NewInt (80000000 ),
175+ BerlinBlock : big .NewInt (38067000 ),
176+ LondonBlock : big .NewInt (38067000 ),
177177 Ethash : new (EthashConfig ),
178178 }
179179
You can’t perform that action at this time.
0 commit comments