mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-06 19:12:19 +00:00
63628618eb
Small fixes to PR #8064: - Don't set cancunTime for Holesky – otherwise we'll have to overwrite it later using the `--override.cancun` flag - We don't have block snapshots for Holesky yet - Add Holesky to `isChainIDPoS` See https://github.com/eth-clients/holesky/pull/68
17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"chainId": 17000,
|
|
"homesteadBlock": 0,
|
|
"eip150Block": 0,
|
|
"eip155Block": 0,
|
|
"eip158Block": 0,
|
|
"byzantiumBlock": 0,
|
|
"constantinopleBlock": 0,
|
|
"petersburgBlock": 0,
|
|
"istanbulBlock": 0,
|
|
"berlinBlock": 0,
|
|
"londonBlock": 0,
|
|
"mergeForkBlock": 0,
|
|
"terminalTotalDifficulty": 0,
|
|
"terminalTotalDifficultyPassed": true,
|
|
"shanghaiTime": 1694884704
|
|
} |