aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/utils/order_utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/test/utils/order_utils.ts')
-rw-r--r--packages/contracts/test/utils/order_utils.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/contracts/test/utils/order_utils.ts b/packages/contracts/test/utils/order_utils.ts
index 444e27c44..4f7a34011 100644
--- a/packages/contracts/test/utils/order_utils.ts
+++ b/packages/contracts/test/utils/order_utils.ts
@@ -1,5 +1,5 @@
-import { OrderWithoutExchangeAddress, SignedOrder } from '@0xproject/types';
-import { BigNumber } from '@0xproject/utils';
+import { OrderWithoutExchangeAddress, SignedOrder } from '@0x/types';
+import { BigNumber } from '@0x/utils';
import { constants } from './constants';
import { CancelOrder, MatchOrder } from './types';