about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCody Schafer <dev@codyps.com>2024-06-16 03:13:38 -0400
committerCody P Schafer <dev@codyps.com>2024-06-25 14:44:47 +0000
commit64e884c3a1a35d29aa82ea3e24382efe450cc16d (patch)
tree9046a5e16cb071693e719cc725c57e87ff5c8394
parent141358a69b82ad66b9956296d28451b4866f88d5 (diff)
nixos/lighthouse: update networks for 5.2.0
This list matches the networks supported by lighthouse 5.2.0
-rw-r--r--nixos/modules/services/blockchain/ethereum/lighthouse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/blockchain/ethereum/lighthouse.nix b/nixos/modules/services/blockchain/ethereum/lighthouse.nix
index dcf56e187eaec..a5ace1a9450f3 100644
--- a/nixos/modules/services/blockchain/ethereum/lighthouse.nix
+++ b/nixos/modules/services/blockchain/ethereum/lighthouse.nix
@@ -192,7 +192,7 @@ in {
       };
 
       network = mkOption {
-        type = types.enum [ "mainnet" "prater" "goerli" "gnosis" "kiln" "ropsten" "sepolia" ];
+        type = types.enum [ "mainnet" "gnosis" "chiado" "sepolia" "holesky" ];
         default = "mainnet";
         description = ''
           The network to connect to. Mainnet is the default ethereum network.