mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -05:00
**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>
8 lines
465 B
Bash
8 lines
465 B
Bash
# To specify a specific network (defaults to mainnet) set this value.
|
|
# Allowed values are: mainnet, gnosis, holesky, sepolia, hoodi and chiado. Source for currently supported networks: https://github.com/ChainSafe/lodestar/blob/unstable/packages/cli/src/networks/index.ts#L21
|
|
LODESTAR_NETWORK=mainnet
|
|
|
|
# Set a custom admin password to prevent having to signup.
|
|
# Otherwise Grafana will invite you to change the default password 'admin'
|
|
GF_SECURITY_ADMIN_PASSWORD=
|