Skip to content

Commit 683e6c9

Browse files
committed
fix circular deps
1 parent c645f0a commit 683e6c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/methods/delta/preSignDeltaOrder.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ import {
99
SignableDeltaOrderData,
1010
} from './helpers/buildDeltaOrderData';
1111
import { sanitizeDeltaOrderData } from './helpers/misc';
12-
import { constructGetDeltaContract, DeltaAuctionOrder } from '../..';
13-
import { ExtractAbiMethodNames } from '../../helpers/misc';
12+
import type { ExtractAbiMethodNames } from '../../helpers/misc';
1413
import { findPrimaryType } from '../../helpers/providers/helpers';
14+
import { constructGetDeltaContract } from './getDeltaContract';
15+
import type { DeltaAuctionOrder } from './helpers/types';
1516

1617
type HashDeltaOrderTypedData = (
1718
signableOrderData: SignableDeltaOrderData

0 commit comments

Comments
 (0)