Add Zinken config (#7391)

This commit is contained in:
terence tsao
2020-09-30 11:19:05 -07:00
committed by GitHub
parent db92d90309
commit e07b71b81d
6 changed files with 72 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ this command outputs a deposit data string which is required to become a validat
featureconfig.AltonaTestnet,
featureconfig.OnyxTestnet,
featureconfig.SpadinaTestnet,
featureconfig.ZinkenTestnet,
},
Action: func(cliCtx *cli.Context) error {
featureconfig.ConfigureValidator(cliCtx)
@@ -50,6 +51,7 @@ this command outputs a deposit data string which is required to become a validat
featureconfig.AltonaTestnet,
featureconfig.OnyxTestnet,
featureconfig.SpadinaTestnet,
featureconfig.ZinkenTestnet,
},
Action: func(cliCtx *cli.Context) error {
featureconfig.ConfigureValidator(cliCtx)
@@ -69,6 +71,7 @@ this command outputs a deposit data string which is required to become a validat
featureconfig.AltonaTestnet,
featureconfig.OnyxTestnet,
featureconfig.SpadinaTestnet,
featureconfig.ZinkenTestnet,
flags.DeprecatedPasswordsDirFlag,
},
Action: func(cliCtx *cli.Context) error {
@@ -94,6 +97,7 @@ this command outputs a deposit data string which is required to become a validat
featureconfig.AltonaTestnet,
featureconfig.OnyxTestnet,
featureconfig.SpadinaTestnet,
featureconfig.ZinkenTestnet,
},
Action: func(cliCtx *cli.Context) error {
featureconfig.ConfigureValidator(cliCtx)
@@ -115,6 +119,7 @@ this command outputs a deposit data string which is required to become a validat
featureconfig.AltonaTestnet,
featureconfig.OnyxTestnet,
featureconfig.SpadinaTestnet,
featureconfig.ZinkenTestnet,
flags.DeprecatedPasswordsDirFlag,
},
Action: func(cliCtx *cli.Context) error {
@@ -142,6 +147,7 @@ this command outputs a deposit data string which is required to become a validat
featureconfig.AltonaTestnet,
featureconfig.OnyxTestnet,
featureconfig.SpadinaTestnet,
featureconfig.ZinkenTestnet,
},
Action: func(cliCtx *cli.Context) error {
featureconfig.ConfigureValidator(cliCtx)

View File

@@ -27,6 +27,7 @@ var WalletCommands = &cli.Command{
featureconfig.AltonaTestnet,
featureconfig.OnyxTestnet,
featureconfig.SpadinaTestnet,
featureconfig.ZinkenTestnet,
flags.DeprecatedPasswordsDirFlag,
},
Action: func(cliCtx *cli.Context) error {
@@ -49,6 +50,7 @@ var WalletCommands = &cli.Command{
featureconfig.AltonaTestnet,
featureconfig.OnyxTestnet,
featureconfig.SpadinaTestnet,
featureconfig.ZinkenTestnet,
flags.DeprecatedPasswordsDirFlag,
},
Action: func(cliCtx *cli.Context) error {
@@ -70,6 +72,7 @@ var WalletCommands = &cli.Command{
featureconfig.AltonaTestnet,
featureconfig.OnyxTestnet,
featureconfig.SpadinaTestnet,
featureconfig.ZinkenTestnet,
flags.DeprecatedPasswordsDirFlag,
},
Action: func(cliCtx *cli.Context) error {