mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-04 01:54:28 +00:00
25208964e5
* Export chainspecs into json files * Add sepolia * Add more chains * Extract rest of the chains Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
22 lines
629 B
JSON
22 lines
629 B
JSON
{
|
|
"ChainName": "ropsten",
|
|
"chainId": 3,
|
|
"consensus": "ethash",
|
|
"homesteadBlock": 0,
|
|
"daoForkSupport": true,
|
|
"eip150Block": 0,
|
|
"eip150Hash": "0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d",
|
|
"eip155Block": 10,
|
|
"eip158Block": 10,
|
|
"byzantiumBlock": 1700000,
|
|
"constantinopleBlock": 4230000,
|
|
"petersburgBlock": 4939394,
|
|
"istanbulBlock": 6485846,
|
|
"muirGlacierBlock": 7117117,
|
|
"berlinBlock": 9812189,
|
|
"londonBlock": 10499401,
|
|
"terminalTotalDifficulty": 43531756765713534,
|
|
"terminalBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"ethash": {}
|
|
}
|