Skip to content

Commit

Permalink
Merge fix, mock regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
valerii-kabisov-cll committed Oct 15, 2024
1 parent d1f2109 commit 3092427
Showing 1 changed file with 51 additions and 2 deletions.
53 changes: 51 additions & 2 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,13 @@ packages:
outpkg: mock_contracts
interfaces:
CommitStoreInterface:
github.com/smartcontractkit/chainlink/v2/core/gethwrappers/ccip/generated/fee_quoter:
config:
dir: core/gethwrappers/ccip/mocks/
filename: fee_quoter_interface.go
outpkg: mock_contracts
interfaces:
FeeQuoterInterface:
github.com/smartcontractkit/chainlink/v2/core/gethwrappers/ccip/generated/price_registry:
config:
dir: core/gethwrappers/ccip/mocks/
Expand Down Expand Up @@ -471,7 +478,7 @@ packages:
filename: optimism_portal2_interface.go
outpkg: mock_optimism_portal_2
interfaces:
OptimismPortal2Interface:
OptimismPortal2Interface:
github.com/smartcontractkit/chainlink/v2/core/gethwrappers/liquiditymanager/generated/optimism_dispute_game_factory:
config:
dir: core/gethwrappers/liquiditymanager/mocks/mock_optimism_dispute_game_factory/
Expand All @@ -498,12 +505,20 @@ packages:
PriceRegistryReader:
config:
filename: price_registry_reader_mock.go
FeeEstimatorConfigReader:
config:
filename: fee_estimator_config_mock.go
TokenPoolReader:
config:
filename: token_pool_reader_mock.go
USDCReader:
config:
filename: usdc_reader_mock.go
github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/ccip/estimatorconfig:
interfaces:
GasPriceInterceptor:
config:
filename: gas_price_interceptor_mock.go
github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/ccip/internal/ccipdata/batchreader:
config:
filename: token_pool_batched_reader_mock.go
Expand Down Expand Up @@ -577,4 +592,38 @@ packages:
mockname: "Mock{{ .InterfaceName }}"
github.com/smartcontractkit/chainlink/v2/core/services/registrysyncer:
interfaces:
ORM:
ORM:
github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/liquiditymanager/bridge:
interfaces:
Bridge:
config:
filename: bridge_mock.go
Factory:
config:
filename: bridge_factory_mock.go
github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/liquiditymanager/chain/evm:
interfaces:
Factory:
config:
filename: lm_factory_mock.go
dir: "{{ .InterfaceDir }}/../../mocks"
LiquidityManager:
config:
filename: liquidity_manager_mock.go
github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/liquiditymanager:
interfaces:
LiquidityManager:
github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/liquiditymanager/discoverer:
interfaces:
Discoverer:
config:
filename: discoverer_mock.go
Factory:
config:
filename: factory_mock.go
github.com/smartcontractkit/chainlink/v2/core/services/ocr2/plugins/liquiditymanager/rebalalgo:
config:
dir: "{{ .InterfaceDir }}/../mocks"
filename: rebalancer_mock.go
interfaces:
RebalancingAlgo:

0 comments on commit 3092427

Please sign in to comment.