erigon-pulse/params/chainspecs/rinkeby.json
ledgerwatch 25208964e5
Export chainspecs into json files (#4148)
* Export chainspecs into json files

* Add sepolia

* Add more chains

* Extract rest of the chains

Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2022-05-15 17:37:42 +01:00

23 lines
587 B
JSON

{
"ChainName": "rinkeby",
"chainId": 4,
"consensus": "clique",
"homesteadBlock": 1,
"daoForkSupport": true,
"eip150Block": 2,
"eip150Hash": "0x9b095b36c15eaf13044373aef8ee0bd3a382a5abb92e402afa44b8249c3a90e9",
"eip155Block": 3,
"eip158Block": 3,
"byzantiumBlock": 1035301,
"constantinopleBlock": 3660663,
"petersburgBlock": 4321234,
"istanbulBlock": 5435345,
"berlinBlock": 8290928,
"londonBlock": 8897988,
"terminalBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"clique": {
"period": 15,
"epoch": 30000
}
}