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>
21 lines
566 B
JSON
21 lines
566 B
JSON
{
|
|
"ChainName": "kiln-devnet",
|
|
"chainId": 1337802,
|
|
"consensus": "ethash",
|
|
"homesteadBlock": 0,
|
|
"eip150Block": 0,
|
|
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"eip155Block": 0,
|
|
"eip158Block": 0,
|
|
"byzantiumBlock": 0,
|
|
"constantinopleBlock": 0,
|
|
"petersburgBlock": 0,
|
|
"istanbulBlock": 0,
|
|
"berlinBlock": 0,
|
|
"londonBlock": 0,
|
|
"terminalTotalDifficulty": 20000000000000,
|
|
"terminalBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"mergeForkBlock": 1000,
|
|
"ethash": {}
|
|
}
|