Skip to content

Commit

Permalink
Enhance description of egnaddrs utility for better clarity (#119)
Browse files Browse the repository at this point in the history
* give more clear descriptive description to egnaddrs

* implement factory pattern

* Revert "implement factory pattern"

This reverts commit b314e06.
  • Loading branch information
DanielBoye authored Feb 23, 2024
1 parent 4d7d39f commit 597396e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/egnaddrs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ func run(args []string) {
app := cli.NewApp()
app.Name = "egnaddrs"
app.Usage = "Used to help debug and test deployments and contract setups."
// TODO: add a much more descriptive description
app.Description = "Prints all reachable Eigenlayer and AVS contract addresses starting from any one contract."
app.Description = "This utility facilitates the debugging and testing of Eigenlayer and AVS contract deployments by retrieving and displaying a comprehensive list of contract addresses. Starting from an initial contract address provided, it recursively identifies and prints addresses for all relevant Eigenlayer and AVS contracts within the network. This includes service managers, registry coordinators, and various registries, thus providing a view of the deployment's structure within the network."

app.Action = printAddrs
app.Flags = []cli.Flag{
ServiceManagerAddrFlag,
Expand Down

0 comments on commit 597396e

Please sign in to comment.