Skip to content

Commit 8fa1aaa

Browse files
authored
Update canonical network names for Hoodi (#4166)
1 parent 8c830e1 commit 8fa1aaa

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

configs/mainnet.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ PRESET_BASE: 'mainnet'
66
# Free-form short name of the network that this configuration applies to - known
77
# canonical network names include:
88
# * 'mainnet' - there can be only one
9-
# * 'prater' - testnet
9+
# * 'sepolia' - testnet
10+
# * 'holesky' - testnet
11+
# * 'hoodi' - testnet
1012
# Must match the regex: [a-z0-9\-]
1113
CONFIG_NAME: 'mainnet'
1214

configs/minimal.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ PRESET_BASE: 'minimal'
55

66
# Free-form short name of the network that this configuration applies to - known
77
# canonical network names include:
8-
# * 'mainnet' - there can be only one
9-
# * 'prater' - testnet
8+
# * 'minimal' - spec-testing
109
# Must match the regex: [a-z0-9\-]
1110
CONFIG_NAME: 'minimal'
1211

presets/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ An implementation may choose to only support 1 preset per build-target and shoul
88
the `PRESET_BASE` variable in the config matches the running build.
99

1010
Standard presets:
11-
- [`mainnet/`](./mainnet): Used in mainnet, mainnet-like testnets (e.g. Prater), and spec-testing
11+
- [`mainnet/`](./mainnet): Used in mainnet, mainnet-like testnets (e.g. Hoodi), and spec-testing
1212
- [`minimal/`](./minimal): Used in low-resource local dev testnets, and spec-testing
1313

1414
Client implementers may opt to support additional presets, e.g. for extra large beacon states for benchmarking.

0 commit comments

Comments
 (0)