Skip to content

Commit

Permalink
added TODO comment in clients constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Oct 6, 2023
1 parent f9f7466 commit 5407199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chainio/constructor/constructor.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type Clients struct {
ElChainReader elcontracts.ELReader
ElChainSubscriber elcontracts.ELSubscriber
ElChainWriter elcontracts.ELWriter
// TODO: should we return instrumented clients as well?
EthHttpClient *eth.Client
EthWsClient *eth.Client
Metrics *metrics.EigenMetrics // exposes main avs node spec metrics that need to be incremented by avs code and used to start the metrics server
Expand Down

0 comments on commit 5407199

Please sign in to comment.