diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-19 04:44:09 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-12-05 06:24:48 +0800 |
commit | bbe1a843ef44e518fc957ea36325d5a730502de5 (patch) | |
tree | fef149187ca401d390cd47b604243717f091af93 /packages/pipeline/test/parsers | |
parent | 91e7485ecc4e780ef454b642a52c3d93faa95af1 (diff) | |
download | dexon-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/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'; |