From 3aedc2c5ee570e2d2db69adc1099424cbf85fed1 Mon Sep 17 00:00:00 2001 From: asoliman Date: Wed, 7 Aug 2024 20:32:53 +0400 Subject: [PATCH] Add capabilities types to mockery --- .mockery.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mockery.yaml b/.mockery.yaml index 8fab61a5b9d..abb3105b136 100644 --- a/.mockery.yaml +++ b/.mockery.yaml @@ -43,6 +43,10 @@ packages: github.com/smartcontractkit/chainlink/v2/core/bridges: interfaces: ORM: + github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/types: + interfaces: + CCIPOracle: + OracleCreator: github.com/smartcontractkit/chainlink/v2/core/capabilities/remote/types: interfaces: Dispatcher: