10 Commits

Author SHA1 Message Date
Progress Ochuko Eyaadah
868300d7ae chore: remove holesky configs and update tests to hoodi (#8622)
**Motivation**

Replace deprecated Holesky network support with Hoodi testnet
configuration. Hoodi is a new Ethereum testnet that will serve as a
replacement testnet, and this change updates Lodestar to support the new
network configuration.

**Description**

This PR removes Holesky network configuration and replaces all
references with Hoodi testnet support. Changes include:

- Removed `packages/cli/src/networks/holesky.ts` network file
- Removed `packages/config/src/chainConfig/networks/holesky.ts` chain
config
- Updated all network references from "holesky" to "hoodi" across CLI,
config, and test files
- Added Hoodi network configuration with proper chain parameters,
genesis data, and bootnodes
- Updated default environment configuration
- Updated unit tests to reflect the network change


<!-- Link to issues: https://github.com/ChainSafe/lodestar/issues/8595
-->

Closes #https://github.com/ChainSafe/lodestar/pull/8615

**AI Assistance Disclosure**

- [ ] External Contributors: I have read the [contributor
guidelines](https://github.com/ChainSafe/lodestar/blob/unstable/CONTRIBUTING.md#ai-assistance-notice)
and disclosed my usage of AI below.

<!-- Insert any AI assistance disclosure here -->
-PR content was developed using Cursor for code updates and
explanations; I reviewed and verified all changes manually.
2025-12-08 15:44:36 +01:00
Ekaterina Riazantseva
9bc0958841 docs: replace holesky with hoodi in docs and flags (#7596)
**Motivation**

Launching Hoodi testnet which replaces Holesky.

**Description**

Replace Holesky testnet with Hoodi default testnet in the docs and in
code where `holesky` flag is used as a default testnet.

#7586

**Steps to test or reproduce**
- Check documentation
- Run a Hoodi testnet using the new flag

---------

Co-authored-by: Nico Flaig <nflaig@protonmail.com>
2025-04-10 16:23:17 +01:00
Nico Flaig
4ef27accc9 chore: remove no longer supported networks from config (#6870)
* chore: remove no longer supported networks from config

* Fix spelling of lighthouse
2024-06-10 10:23:13 -04:00
Philippe Schommers
dd2c210ecb feat: add chiado config (#5108)
* feat: add chiado config

* feat: add chiado to cli package

* chore: add chiado to default.env

* feat: automatically apply right preset for Chiado
2023-02-07 23:11:36 -05:00
Phil Ngo
ac755d9e31 Update default.env to current network values (#4519)
* Update default.env to current network values

* Add remaining networks and source link

* Update to github source for networks
2022-09-08 23:53:43 -05:00
Lion - dapplion
8a61ea0a86 Harden docker setup (#2891)
* Disable anonymous login in Grafana

* Don't expose API port by default

* Remove cli link in package.json

* Move NODE_OPTIONS to ENV to split beacon_node and validator limits

* Revert "Remove cli link in package.json"

This reverts commit 74c9b2ec9a.
2021-07-27 09:45:51 -05:00
Lion - dapplion
822cf2dc34 Raise default memory limit limit (#2424) 2021-04-26 09:36:48 -05:00
Lion - dapplion
4af45e66f2 Remove validator only env
yargs strict options do not allow to share ENVs between the beacon node and the validator. The GRAFFITI ENV prevent the beacon node from running at all. This is unfortunate and a better solution should be found eventually.
2021-03-19 22:47:02 +01:00
3xtr4t3rr3str14l
6ea32f7450 removing --network in favor of LODESTAR_NETWORK in .env 2021-03-15 16:12:39 -05:00
dapplion
3dbb05040e Multi-configuration setup 2021-03-06 12:16:30 +01:00