From 2ef3732439b7294ff3700a0094f10802e312fde7 Mon Sep 17 00:00:00 2001 From: lumtis Date: Fri, 22 Nov 2024 10:03:20 +0100 Subject: [PATCH] remove flag name --- cmd/zetae2e/local/local.go | 45 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/cmd/zetae2e/local/local.go b/cmd/zetae2e/local/local.go index bafb5ac9df..6851b29704 100644 --- a/cmd/zetae2e/local/local.go +++ b/cmd/zetae2e/local/local.go @@ -25,29 +25,28 @@ import ( ) const ( - flagContractsDeployed = "deployed" - flagWaitForHeight = "wait-for" - FlagConfigFile = "config" - flagConfigOut = "config-out" - flagVerbose = "verbose" - flagTestAdmin = "test-admin" - flagTestPerformance = "test-performance" - flagTestCustom = "test-custom" - flagTestSolana = "test-solana" - flagTestTON = "test-ton" - flagSkipRegular = "skip-regular" - flagLight = "light" - flagSetupOnly = "setup-only" - flagSkipSetup = "skip-setup" - flagTestTSSMigration = "test-tss-migration" - flagSkipBitcoinSetup = "skip-bitcoin-setup" - flagSkipHeaderProof = "skip-header-proof" - flagTestV2 = "test-v2" - flagTestV2Migration = "test-v2-migration" - flagSkipTrackerCheck = "skip-tracker-check" - flagSkipPrecompiles = "skip-precompiles" - flagUpgradeContracts = "upgrade-contracts" - flagSkipBitcoinDustWithdraw = "skip-bitcoin-dust-withdraw" + flagContractsDeployed = "deployed" + flagWaitForHeight = "wait-for" + FlagConfigFile = "config" + flagConfigOut = "config-out" + flagVerbose = "verbose" + flagTestAdmin = "test-admin" + flagTestPerformance = "test-performance" + flagTestCustom = "test-custom" + flagTestSolana = "test-solana" + flagTestTON = "test-ton" + flagSkipRegular = "skip-regular" + flagLight = "light" + flagSetupOnly = "setup-only" + flagSkipSetup = "skip-setup" + flagTestTSSMigration = "test-tss-migration" + flagSkipBitcoinSetup = "skip-bitcoin-setup" + flagSkipHeaderProof = "skip-header-proof" + flagTestV2 = "test-v2" + flagTestV2Migration = "test-v2-migration" + flagSkipTrackerCheck = "skip-tracker-check" + flagSkipPrecompiles = "skip-precompiles" + flagUpgradeContracts = "upgrade-contracts" ) var (