Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependabot(gomod): bump github.com/consensys/gnark-crypto from 0.12.1 to 0.14.0 #455

Open
wants to merge 11 commits into
base: celestia-develop
Choose a base branch
from
Prev Previous commit
Next Next commit
chore(op-batcher): refactor EthFallbackDisabledFlagName
  • Loading branch information
emilianobonassi authored and tuxcanfly committed Oct 23, 2024
commit aaa287155c2d1fd4caf39b6afdcac01c4d1f31f2
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