Skip to content

Commit 1d1c3f7

Browse files
authored
Merge pull request #112 from ethpandaops/feat/hoodi-support
feat: Add Hoodi Testnet to AvailableNetworks
2 parents 9546bcc + 4cd98b6 commit 1d1c3f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

internal/tui/constants.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ var AvailableNetworks = []NetworkOption{
3333
Value: config.NetworkName_NETWORK_NAME_HOLESKY,
3434
Description: "The Holesky test network.",
3535
},
36+
{
37+
Label: "Hoodi Testnet",
38+
Value: config.NetworkName_NETWORK_NAME_HOODI,
39+
Description: "The Hoodi test network.",
40+
},
3641
{
3742
Label: "Sepolia Testnet",
3843
Value: config.NetworkName_NETWORK_NAME_SEPOLIA,

0 commit comments

Comments
 (0)