nixos/lighthouse: update networks for 5.2.0

This list matches the networks supported by lighthouse 5.2.0
This commit is contained in:
Cody Schafer
2024-06-25 14:44:47 +00:00
committed by Cody P Schafer
parent 141358a69b
commit 64e884c3a1
@@ -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.