mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 12:05:50 +03:00
nixos/geth: add holesky testnet
This commit is contained in:
parent
3af33764b4
commit
63ab048916
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ let
|
|||
};
|
||||
|
||||
network = lib.mkOption {
|
||||
type = lib.types.nullOr (lib.types.enum [ "goerli" "rinkeby" "yolov2" "ropsten" ]);
|
||||
type = lib.types.nullOr (lib.types.enum [ "goerli" "holesky" "rinkeby" "yolov2" "ropsten" ]);
|
||||
default = null;
|
||||
description = "The network to connect to. Mainnet (null) is the default ethereum network.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue