erigon-pulse/params/chainspecs/sokol.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

22 lines
592 B
JSON

{
"ChainName": "sokol",
"chainId": 77,
"consensus": "aura",
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 6464300,
"petersburgBlock": 7026400,
"istanbulBlock": 12095200,
"berlinBlock": 21050600,
"terminalBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"aura": {
"DBPath": "",
"InMemory": false,
"Etherbase": "0x0000000000000000000000000000000000000000"
}
}