File tree Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ with lib; {
2828 "rinkeby"
2929 "goerli"
3030 "holesky"
31+ "hoodi"
3132 "sokol"
3233 "fermion"
3334 "mumbai"
Original file line number Diff line number Diff line change 66} :
77with lib ; {
88 network = mkOption {
9- type = types . nullOr ( types . enum [ "mainnet" "prater" "goerli" "gnosis" "chiado" "sepolia" "holesky" ] ) ;
9+ type = types . nullOr ( types . enum [ "mainnet" "prater" "goerli" "gnosis" "chiado" "sepolia" "holesky" "hoodi" ] ) ;
1010 default = name ;
1111 defaultText = "name" ;
1212 description = "The network to connect to. Mainnet is the default ethereum network." ;
Original file line number Diff line number Diff line change 55} :
66with lib ; {
77 network = mkOption {
8- type = types . nullOr ( types . enum [ "mainnet" "prater" "goerli" "gnosis" "chiado" "sepolia" "holesky" ] ) ;
8+ type = types . nullOr ( types . enum [ "mainnet" "prater" "goerli" "gnosis" "chiado" "sepolia" "holesky" "hoodi" ] ) ;
99 default = name ;
1010 defaultText = "name" ;
1111 description = "The network to connect to. Mainnet is the default ethereum network." ;
Original file line number Diff line number Diff line change 11lib :
22with 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 } ;
Original file line number Diff line number Diff line change 55} :
66with lib ; {
77 network = mkOption {
8- type = types . enum [ "mainnet" "prater" "sepolia" "holesky" "gnosis" "chiado" ] ;
8+ type = types . enum [ "mainnet" "prater" "sepolia" "holesky" "gnosis" "chiado" "hoodi" ] ;
99 default = name ;
1010 defaultText = "name" ;
1111 description = "The Eth2 network to join" ;
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ with lib; {
1717 "mainnet"
1818 "sepolia"
1919 "holesky"
20+ "hoodi"
2021 "dev"
2122 ] ;
2223 default = "mainnet" ;
You can’t perform that action at this time.
0 commit comments