Skip to content

Commit

Permalink
mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jul 3, 2024
1 parent 32ea85a commit 260313e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chainio/clients/elcontracts/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ type ELReader interface {
) ([32]byte, error)

GetDistributionRootsLength(opts *bind.CallOpts) (*big.Int, error)

CurrRewardsCalculationEndTimestamp(opts *bind.CallOpts) (uint32, error)
}

type Config struct {
Expand Down
15 changes: 15 additions & 0 deletions chainio/mocks/elContractsReader.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 260313e

Please sign in to comment.