Skip to content

Commit

Permalink
mocks and format
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jun 18, 2024
1 parent 3ec5ee2 commit 1b5f29a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chainio/clients/avsregistry/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
stakeregistry "github.com/Layr-Labs/eigensdk-go/contracts/bindings/StakeRegistry"
)

// different node providers have different eth_getLogs range limits. 10k is an arbitrary choice that should work for
// most
// DefaultQueryBlockRange different node providers have different eth_getLogs range limits.
// 10k is an arbitrary choice that should work for most
var DefaultQueryBlockRange = big.NewInt(10_000)

type AvsRegistryReader interface {
Expand Down
15 changes: 15 additions & 0 deletions chainio/mocks/elContractsWriter.go

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

0 comments on commit 1b5f29a

Please sign in to comment.