mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Add hoodi testnet flag (#15057)
* Add hoodi testnet flag * Add upstream test * Fix test
This commit is contained in:
@@ -29,6 +29,7 @@ var Commands = &cli.Command{
|
||||
features.Mainnet,
|
||||
features.SepoliaTestnet,
|
||||
features.HoleskyTestnet,
|
||||
features.HoodiTestnet,
|
||||
cmd.AcceptTosFlag,
|
||||
}),
|
||||
Before: func(cliCtx *cli.Context) error {
|
||||
@@ -64,6 +65,7 @@ var Commands = &cli.Command{
|
||||
features.Mainnet,
|
||||
features.SepoliaTestnet,
|
||||
features.HoleskyTestnet,
|
||||
features.HoodiTestnet,
|
||||
cmd.AcceptTosFlag,
|
||||
}),
|
||||
Before: func(cliCtx *cli.Context) error {
|
||||
@@ -97,6 +99,7 @@ var Commands = &cli.Command{
|
||||
features.Mainnet,
|
||||
features.SepoliaTestnet,
|
||||
features.HoleskyTestnet,
|
||||
features.HoodiTestnet,
|
||||
cmd.AcceptTosFlag,
|
||||
}),
|
||||
Before: func(cliCtx *cli.Context) error {
|
||||
@@ -127,6 +130,7 @@ var Commands = &cli.Command{
|
||||
features.Mainnet,
|
||||
features.SepoliaTestnet,
|
||||
features.HoleskyTestnet,
|
||||
features.HoodiTestnet,
|
||||
cmd.AcceptTosFlag,
|
||||
}),
|
||||
Before: func(cliCtx *cli.Context) error {
|
||||
@@ -169,6 +173,7 @@ var Commands = &cli.Command{
|
||||
features.Mainnet,
|
||||
features.SepoliaTestnet,
|
||||
features.HoleskyTestnet,
|
||||
features.HoodiTestnet,
|
||||
cmd.AcceptTosFlag,
|
||||
}),
|
||||
Before: func(cliCtx *cli.Context) error {
|
||||
|
||||
@@ -24,6 +24,7 @@ var Commands = &cli.Command{
|
||||
features.Mainnet,
|
||||
features.SepoliaTestnet,
|
||||
features.HoleskyTestnet,
|
||||
features.HoodiTestnet,
|
||||
features.EnableMinimalSlashingProtection,
|
||||
cmd.AcceptTosFlag,
|
||||
}),
|
||||
@@ -52,6 +53,7 @@ var Commands = &cli.Command{
|
||||
features.Mainnet,
|
||||
features.SepoliaTestnet,
|
||||
features.HoleskyTestnet,
|
||||
features.HoodiTestnet,
|
||||
features.EnableMinimalSlashingProtection,
|
||||
cmd.AcceptTosFlag,
|
||||
}),
|
||||
|
||||
@@ -33,6 +33,7 @@ var Commands = &cli.Command{
|
||||
features.Mainnet,
|
||||
features.SepoliaTestnet,
|
||||
features.HoleskyTestnet,
|
||||
features.HoodiTestnet,
|
||||
cmd.AcceptTosFlag,
|
||||
}),
|
||||
Before: func(cliCtx *cli.Context) error {
|
||||
@@ -64,6 +65,7 @@ var Commands = &cli.Command{
|
||||
features.Mainnet,
|
||||
features.SepoliaTestnet,
|
||||
features.HoleskyTestnet,
|
||||
features.HoodiTestnet,
|
||||
cmd.AcceptTosFlag,
|
||||
}),
|
||||
Before: func(cliCtx *cli.Context) error {
|
||||
|
||||
Reference in New Issue
Block a user