erigon-pulse/params/chainspecs/sepolia.json
Andrew Ashikhmin 62bb2c47f7
Disable PoW sync for networks that have already passed through the Merge (#5172)
* Disable PoW sync for networks that have already passed through the Merge

* Fix FirstPoSHeight
2022-08-26 09:16:39 +02:00

22 lines
552 B
JSON

{
"ChainName": "sepolia",
"chainId": 11155111,
"consensus": "ethash",
"homesteadBlock": 0,
"daoForkSupport": true,
"eip150Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
"petersburgBlock": 0,
"istanbulBlock": 0,
"muirGlacierBlock": 0,
"berlinBlock": 0,
"londonBlock": 0,
"terminalTotalDifficulty": 17000000000000000,
"terminalTotalDifficultyPassed": true,
"mergeNetsplitBlock": 1735371,
"ethash": {}
}