Skip to content

Commit

Permalink
urfave flags fix
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Aug 5, 2024
1 parent 447923c commit 2fa265b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (
// General
addrFlag = &cli.StringFlag{
Name: "addr",
Sources: cli.EnvVars("LOG_LEVEL"),
Sources: cli.EnvVars("BOOST_LISTEN_ADDR"),
Value: "localhost:18550",
Usage: "listen-address for mev-boost server",
Category: GeneralCategory,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
github.com/flashbots/go-utils v0.5.0
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/prysmaticlabs/go-bitfield v0.0.0-20240328144219-a1caa50c3a1e
github.com/holiman/uint256 v1.3.1
github.com/prysmaticlabs/go-bitfield v0.0.0-20240328144219-a1caa50c3a1e
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v3 v3.0.0-alpha9
Expand Down

0 comments on commit 2fa265b

Please sign in to comment.