aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/test/utils/migrate.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-watcher/test/utils/migrate.ts')
-rw-r--r--packages/order-watcher/test/utils/migrate.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/order-watcher/test/utils/migrate.ts b/packages/order-watcher/test/utils/migrate.ts
index 26412d246..53319a383 100644
--- a/packages/order-watcher/test/utils/migrate.ts
+++ b/packages/order-watcher/test/utils/migrate.ts
@@ -1,6 +1,6 @@
+import { ContractAddresses } from '@0xproject/contract-addresses';
import { devConstants } from '@0xproject/dev-utils';
import { runMigrationsOnceAsync } from '@0xproject/migrations';
-import { ContractAddresses } from '@0xproject/types';
import { provider } from './web3_wrapper';