Skip to content

Commit

Permalink
Expose public ip service option on node plugin (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork authored Sep 10, 2024
1 parent c2f1d39 commit 53ab26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions node/plugin/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func main() {
plugin.EigenDAServiceManagerFlag,
plugin.ChurnerUrlFlag,
plugin.NumConfirmationsFlag,
plugin.PubIPProviderFlag,
}
app.Name = "eigenda-node-plugin"
app.Usage = "EigenDA Node Plugin"
Expand Down
2 changes: 1 addition & 1 deletion node/plugin/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
PubIPProviderFlag = cli.StringFlag{
Name: "public-ip-provider",
Usage: "The ip provider service used to obtain a operator's public IP [seeip (default), ipify)",
Required: true,
Required: false,
EnvVar: common.PrefixEnvVar(flags.EnvVarPrefix, "PUBLIC_IP_PROVIDER"),
}

Expand Down

0 comments on commit 53ab26d

Please sign in to comment.