Skip to content

Commit c8b5a56

Browse files
committed
fix: build
1 parent 57363f4 commit c8b5a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contract-helpers/src/UiIncentiveDataProviderV3-contract/typechain/UiIncentiveDataProviderV3__factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { Provider } from '@ethersproject/providers';
66
import type {
77
UiIncentiveDataProviderV3,
88
UiIncentiveDataProviderV3Interface,
9-
} from '../UiIncentiveDataProviderV3';
9+
} from './UiIncentiveDataProviderV3';
1010

1111
const _abi = [
1212
{

0 commit comments

Comments
 (0)