mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
391b267552
See https://github.com/ethereum/EIPs/pull/8051 & https://github.com/ethereum/execution-specs/pull/860
23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"ChainName": "goerli",
|
|
"chainId": 5,
|
|
"consensus": "clique",
|
|
"homesteadBlock": 0,
|
|
"eip150Block": 0,
|
|
"eip155Block": 0,
|
|
"byzantiumBlock": 0,
|
|
"constantinopleBlock": 0,
|
|
"petersburgBlock": 0,
|
|
"istanbulBlock": 1561651,
|
|
"berlinBlock": 4460644,
|
|
"londonBlock": 5062605,
|
|
"terminalTotalDifficulty": 10790000,
|
|
"terminalTotalDifficultyPassed": true,
|
|
"shanghaiTime": 1678832736,
|
|
"cancunTime": 1705473120,
|
|
"clique": {
|
|
"period": 15,
|
|
"epoch": 30000
|
|
}
|
|
}
|