We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf73c0 commit a82b4b6Copy full SHA for a82b4b6
modules/geth/args.nix
@@ -160,6 +160,7 @@ with lib; {
160
"rinkeby"
161
"ropsten"
162
"sepolia"
163
+ "hoodi"
164
]
165
);
166
default = null;
modules/mev-boost/args.nix
@@ -1,7 +1,7 @@
1
lib:
2
with lib; {
3
network = mkOption {
4
- type = types.nullOr (types.enum ["mainnet" "holesky" "sepolia" "zhejiang"]);
+ type = types.nullOr (types.enum ["mainnet" "holesky" "sepolia" "zhejiang" "hoodi"]);
5
6
description = "The network to connect to. Mainnet (null) is the default ethereum network.";
7
};
modules/nimbus-eth2/args.nix
@@ -10,6 +10,7 @@ with lib; {
10
"holesky"
11
"gnosis"
12
"chiado"
13
14
15
16
0 commit comments