diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-19 04:44:09 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-13 01:12:36 +0800 |
commit | 4912affbe81876a00a90c4266f38b22b4018c05f (patch) | |
tree | f18f02080621c0ee0bccc744f44dd9e553abbcf2 /packages/pipeline/test/parsers | |
parent | c52ab47185f3d3a808e0490440d01e21fef61e06 (diff) | |
download | dexon-0x-contracts-4912affbe81876a00a90c4266f38b22b4018c05f.tar dexon-0x-contracts-4912affbe81876a00a90c4266f38b22b4018c05f.tar.gz dexon-0x-contracts-4912affbe81876a00a90c4266f38b22b4018c05f.tar.bz2 dexon-0x-contracts-4912affbe81876a00a90c4266f38b22b4018c05f.tar.lz dexon-0x-contracts-4912affbe81876a00a90c4266f38b22b4018c05f.tar.xz dexon-0x-contracts-4912affbe81876a00a90c4266f38b22b4018c05f.tar.zst dexon-0x-contracts-4912affbe81876a00a90c4266f38b22b4018c05f.zip |
Update pipeline to use new @0x npm org for imports
Diffstat (limited to 'packages/pipeline/test/parsers')
-rw-r--r-- | packages/pipeline/test/parsers/events/index_test.ts | 4 | ||||
-rw-r--r-- | packages/pipeline/test/parsers/sra_orders/index_test.ts | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/pipeline/test/parsers/events/index_test.ts b/packages/pipeline/test/parsers/events/index_test.ts index 2a2db1a94..0730e4013 100644 --- a/packages/pipeline/test/parsers/events/index_test.ts +++ b/packages/pipeline/test/parsers/events/index_test.ts @@ -1,5 +1,5 @@ -import { ExchangeFillEventArgs } from '@0xproject/contract-wrappers'; -import { BigNumber } from '@0xproject/utils'; +import { ExchangeFillEventArgs } from '@0x/contract-wrappers'; +import { BigNumber } from '@0x/utils'; import * as chai from 'chai'; import { LogWithDecodedArgs } from 'ethereum-types'; import 'mocha'; diff --git a/packages/pipeline/test/parsers/sra_orders/index_test.ts b/packages/pipeline/test/parsers/sra_orders/index_test.ts index 952a6f3c6..eb181ece5 100644 --- a/packages/pipeline/test/parsers/sra_orders/index_test.ts +++ b/packages/pipeline/test/parsers/sra_orders/index_test.ts @@ -1,5 +1,5 @@ -import { APIOrder } from '@0xproject/types'; -import { BigNumber } from '@0xproject/utils'; +import { APIOrder } from '@0x/types'; +import { BigNumber } from '@0x/utils'; import * as chai from 'chai'; import 'mocha'; |