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

27 lines
643 B
JSON

{
"ChainName": "bsc",
"chainId": 56,
"consensus": "parlia",
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"eip155Block": 0,
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
"petersburgBlock": 0,
"istanbulBlock": 0,
"muirGlacierBlock": 0,
"ramanujanBlock": 0,
"nielsBlock": 0,
"mirrorSyncBlock": 5184000,
"brunoBlock": 13082000,
"terminalBlockHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"parlia": {
"DBPath": "",
"InMemory": false,
"period": 3,
"epoch": 200
}
}