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 9985895 commit 6c20d58Copy full SHA for 6c20d58
modules/geth/args.nix
@@ -119,7 +119,7 @@ with lib; {
119
};
120
121
network = mkOption {
122
- type = types.nullOr (types.enum ["goerli" "holesky" "kiln" "rinkeby" "ropsten" "sepolia"]);
+ type = types.nullOr (types.enum ["goerli" "holesky" "kiln" "rinkeby" "ropsten" "sepolia" "hoodi"]);
123
default = null;
124
description = "The network to connect to. Mainnet (null) is the default ethereum network.";
125
0 commit comments