aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/utils/order_factory_from_scenario.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/test/utils/order_factory_from_scenario.ts')
-rw-r--r--packages/contracts/test/utils/order_factory_from_scenario.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/contracts/test/utils/order_factory_from_scenario.ts b/packages/contracts/test/utils/order_factory_from_scenario.ts
index 2ffb2d620..60c8606c4 100644
--- a/packages/contracts/test/utils/order_factory_from_scenario.ts
+++ b/packages/contracts/test/utils/order_factory_from_scenario.ts
@@ -1,6 +1,6 @@
-import { assetDataUtils, generatePseudoRandomSalt } from '@0xproject/order-utils';
-import { Order } from '@0xproject/types';
-import { BigNumber, errorUtils } from '@0xproject/utils';
+import { assetDataUtils, generatePseudoRandomSalt } from '@0x/order-utils';
+import { Order } from '@0x/types';
+import { BigNumber, errorUtils } from '@0x/utils';
import { DummyERC721TokenContract } from '../../generated-wrappers/dummy_erc721_token';