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 cdacba8 commit 289de2b
Show file tree
Hide file tree
Showing 2 changed files with 336 additions and 0 deletions.
8 changes: 8 additions & 0 deletions etherclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ type EthClient interface {
ethereum.GasEstimator
ethereum.GasPricer
ethereum.GasPricer1559
ethereum.ChainSyncReader
ethereum.ChainIDReader
ethereum.PendingContractCaller
ethereum.PendingStateReader
ethereum.TransactionReader
ethereum.TransactionSender
ethereum.BlockNumberReader
ethereum.FeeHistoryReader
}

// EtherClient is the extended interface implemented implemented by this package.
Expand Down
Loading

0 comments on commit 289de2b

Please sign in to comment.