Skip to content

Commit

Permalink
Clean up the fireblock flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix committed May 2, 2024
1 parent 8315816 commit 8d753eb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions disperser/cmd/dataapi/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,6 @@ var (
Value: "9100",
EnvVar: common.PrefixEnvVar(envVarPrefix, "METRICS_HTTP_PORT"),
}
FireblockAPITimeoutFlag = cli.DurationFlag{
Name: common.PrefixFlag(FlagPrefix, "fireblocks-api-timeout"),
Usage: "the timeout for the fireblocks api",
Required: false,
Value: 3 * time.Minute,
EnvVar: common.PrefixEnvVar(envVarPrefix, "FIREBLOCKS_API_TIMEOUT"),
}
TxnTimeoutFlag = cli.DurationFlag{
Name: common.PrefixFlag(FlagPrefix, "txn-timeout"),
Usage: "the timeout for the transaction",
Expand Down Expand Up @@ -173,7 +166,6 @@ var requiredFlags = []cli.Flag{
DisperserHostnameFlag,
ChurnerHostnameFlag,
BatcherHealthEndptFlag,
FireblockAPITimeoutFlag,
TxnTimeoutFlag,
}

Expand Down

0 comments on commit 8d753eb

Please sign in to comment.