Skip to content

Commit

Permalink
remove flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Nov 22, 2024
1 parent 304fec0 commit 2ef3732
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions cmd/zetae2e/local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 2ef3732

Please sign in to comment.