Skip to content

Commit

Permalink
chore(op-batcher): refactor EthFallbackDisabledFlagName
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianobonassi authored and tuxcanfly committed May 14, 2024
1 parent effa2d7 commit 11fca6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-celestia/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func CLIFlags(envPrefix string) []cli.Flag {
&cli.BoolFlag{
Name: EthFallbackDisabledFlagName,
Usage: "disable eth fallback",
EnvVars: opservice.PrefixEnvVar(envPrefix, "ETH_FALLBACK_DISABLED"),
EnvVars: opservice.PrefixEnvVar(envPrefix, "DA_ETH_FALLBACK_DISABLED"),
},
}
}
Expand Down

0 comments on commit 11fca6b

Please sign in to comment.