mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-23 12:07:17 +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>
23 lines
568 B
JSON
23 lines
568 B
JSON
{
|
|
"ChainName": "goerli",
|
|
"chainId": 5,
|
|
"consensus": "clique",
|
|
"homesteadBlock": 0,
|
|
"daoForkSupport": true,
|
|
"eip150Block": 0,
|
|
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"eip155Block": 0,
|
|
"eip158Block": 0,
|
|
"byzantiumBlock": 0,
|
|
"constantinopleBlock": 0,
|
|
"petersburgBlock": 0,
|
|
"istanbulBlock": 1561651,
|
|
"berlinBlock": 4460644,
|
|
"londonBlock": 5062605,
|
|
"terminalBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
"clique": {
|
|
"period": 15,
|
|
"epoch": 30000
|
|
}
|
|
}
|