Skip to content

Commit a82b4b6

Browse files
committed
config(modules): Add hoodi network to mev-boost, nimbus, and geth
1 parent fbf73c0 commit a82b4b6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

modules/geth/args.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ with lib; {
160160
"rinkeby"
161161
"ropsten"
162162
"sepolia"
163+
"hoodi"
163164
]
164165
);
165166
default = null;

modules/mev-boost/args.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lib:
22
with lib; {
33
network = mkOption {
4-
type = types.nullOr (types.enum ["mainnet" "holesky" "sepolia" "zhejiang"]);
4+
type = types.nullOr (types.enum ["mainnet" "holesky" "sepolia" "zhejiang" "hoodi"]);
55
default = null;
66
description = "The network to connect to. Mainnet (null) is the default ethereum network.";
77
};

modules/nimbus-eth2/args.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ with lib; {
1010
"holesky"
1111
"gnosis"
1212
"chiado"
13+
"hoodi"
1314
]
1415
);
1516
default = null;

0 commit comments

Comments
 (0)