Skip to content

Commit

Permalink
extend etherclient interfaces and fix mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Jan 17, 2025
1 parent 11735b1 commit cdacba8
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etherclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ type EthClient interface {
ethereum.TransactionReader
ethereum.LogFilterer
ethereum.ContractCaller
ethereum.GasEstimator
ethereum.GasPricer
ethereum.GasPricer1559
}

// EtherClient is the extended interface implemented implemented by this package.
Expand Down
90 changes: 90 additions & 0 deletions etherclient/mocks/mock_client.go

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

0 comments on commit cdacba8

Please sign in to comment.