aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/parsers/sra_orders
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-10-19 04:44:09 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-12-05 06:24:48 +0800
commitbbe1a843ef44e518fc957ea36325d5a730502de5 (patch)
treefef149187ca401d390cd47b604243717f091af93 /packages/pipeline/src/parsers/sra_orders
parent91e7485ecc4e780ef454b642a52c3d93faa95af1 (diff)
downloaddexon-sol-tools-bbe1a843ef44e518fc957ea36325d5a730502de5.tar
dexon-sol-tools-bbe1a843ef44e518fc957ea36325d5a730502de5.tar.gz
dexon-sol-tools-bbe1a843ef44e518fc957ea36325d5a730502de5.tar.bz2
dexon-sol-tools-bbe1a843ef44e518fc957ea36325d5a730502de5.tar.lz
dexon-sol-tools-bbe1a843ef44e518fc957ea36325d5a730502de5.tar.xz
dexon-sol-tools-bbe1a843ef44e518fc957ea36325d5a730502de5.tar.zst
dexon-sol-tools-bbe1a843ef44e518fc957ea36325d5a730502de5.zip
Update pipeline to use new @0x npm org for imports
Diffstat (limited to 'packages/pipeline/src/parsers/sra_orders')
-rw-r--r--packages/pipeline/src/parsers/sra_orders/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/pipeline/src/parsers/sra_orders/index.ts b/packages/pipeline/src/parsers/sra_orders/index.ts
index fb2b74dfe..39c222afd 100644
--- a/packages/pipeline/src/parsers/sra_orders/index.ts
+++ b/packages/pipeline/src/parsers/sra_orders/index.ts
@@ -1,6 +1,6 @@
-import { APIOrder, OrdersResponse } from '@0xproject/connect';
-import { assetDataUtils, orderHashUtils } from '@0xproject/order-utils';
-import { AssetProxyId, ERC721AssetData } from '@0xproject/types';
+import { APIOrder, OrdersResponse } from '@0x/connect';
+import { assetDataUtils, orderHashUtils } from '@0x/order-utils';
+import { AssetProxyId, ERC721AssetData } from '@0x/types';
import * as R from 'ramda';
import { SraOrder } from '../../entities/SraOrder';