Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jun 27, 2024
1 parent 599a317 commit 7110a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chainio/clients/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func (config *BuildAllConfig) BuildELClients(
elContractBindings.Slasher,
elContractBindings.DelegationManager,
elContractBindings.StrategyManager,
nil,
nil, // this is nil because we don't have access to the rewards coordinator contract right now. we are going to refactor this method later
elContractBindings.StrategyManagerAddr,
elChainReader,
ethHttpClient,
Expand Down
1 change: 1 addition & 0 deletions chainio/clients/elcontracts/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package elcontracts
import (
"context"
"errors"

"github.com/Layr-Labs/eigensdk-go/utils"

"math/big"
Expand Down

0 comments on commit 7110a2a

Please sign in to comment.