We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9546bcc + 4cd98b6 commit 1d1c3f7Copy full SHA for 1d1c3f7
internal/tui/constants.go
@@ -33,6 +33,11 @@ var AvailableNetworks = []NetworkOption{
33
Value: config.NetworkName_NETWORK_NAME_HOLESKY,
34
Description: "The Holesky test network.",
35
},
36
+ {
37
+ Label: "Hoodi Testnet",
38
+ Value: config.NetworkName_NETWORK_NAME_HOODI,
39
+ Description: "The Hoodi test network.",
40
+ },
41
{
42
Label: "Sepolia Testnet",
43
Value: config.NetworkName_NETWORK_NAME_SEPOLIA,
0 commit comments