lighthouse/scripts/tests
Pawan Dhananjay a7da331f6a Fix geth scripts (#4342)
## Issue Addressed

N/A

## Proposed Changes

Geth's latest release breaks our CI with the following message
```
Fatal: Failed to register the Ethereum service: ethash is only supported as a historical component of already merged networks
Shutting down
```
Latest geth version has removed support for PoW networks. Hence, we need to add an extra `terminalTotalDifficultyPassed ` parameter in the genesis config to start from a merged network.
2023-05-30 01:38:50 +00:00
..
doppelganger_protection.sh Post merge local testnets (#3807) 2023-05-17 05:51:54 +00:00
genesis.json Fix geth scripts (#4342) 2023-05-30 01:38:50 +00:00
vars.env Post merge local testnets (#3807) 2023-05-17 05:51:54 +00:00