File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ func CLIFlags(envPrefix, category string) []cli.Flag {
149
149
Required : false ,
150
150
},
151
151
// Flags that are proxy specific, and not used by the eigenda-client
152
+ // TODO: should we move this to a more specific category, like EIGENDA_STORE?
152
153
& cli.UintFlag {
153
154
Name : PutRetriesFlagName ,
154
155
Usage : "Number of times to retry blob dispersals." ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ func CLIFlags(envPrefix, category string) []cli.Flag {
81
81
},
82
82
& cli.StringFlag {
83
83
Name : EthRPCURLFlagName ,
84
- Usage : "URL of the Ethereum RPC endpoint. Needed to confirm blobs landed onchain. " ,
84
+ Usage : "URL of the Ethereum RPC endpoint." ,
85
85
EnvVars : []string {withEnvPrefix (envPrefix , "ETH_RPC" )},
86
86
Category : category ,
87
87
Required : false ,
You can’t perform that action at this time.
0 commit comments