Remove Ropsten Testnet Config (#12058)

* remove support for ropsten testnet

* add deprecated flag for ropsten

---------

Co-authored-by: P <1674920+peterbitfly@users.noreply.github.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
This commit is contained in:
Nishant Das
2023-03-01 13:26:32 +08:00
committed by GitHub
parent 11b90e1f63
commit 3d337b07e1
12 changed files with 7 additions and 74 deletions

View File

@@ -28,7 +28,6 @@ var Commands = &cli.Command{
flags.DeletePublicKeysFlag,
features.Mainnet,
features.PraterTestnet,
features.RopstenTestnet,
features.SepoliaTestnet,
cmd.AcceptTosFlag,
}),
@@ -65,7 +64,6 @@ var Commands = &cli.Command{
flags.GrpcRetryDelayFlag,
features.Mainnet,
features.PraterTestnet,
features.RopstenTestnet,
features.SepoliaTestnet,
cmd.AcceptTosFlag,
}),
@@ -99,7 +97,6 @@ var Commands = &cli.Command{
flags.BackupPasswordFile,
features.Mainnet,
features.PraterTestnet,
features.RopstenTestnet,
features.SepoliaTestnet,
cmd.AcceptTosFlag,
}),
@@ -130,7 +127,6 @@ var Commands = &cli.Command{
flags.ImportPrivateKeyFileFlag,
features.Mainnet,
features.PraterTestnet,
features.RopstenTestnet,
features.SepoliaTestnet,
cmd.AcceptTosFlag,
}),
@@ -172,7 +168,6 @@ var Commands = &cli.Command{
flags.ForceExitFlag,
features.Mainnet,
features.PraterTestnet,
features.RopstenTestnet,
features.SepoliaTestnet,
cmd.AcceptTosFlag,
}),