nixos/lighthouse: update networks for 5.2.0
This list matches the networks supported by lighthouse 5.2.0
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user