aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/data_sources
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-10-19 04:44:09 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-06 19:04:24 +0800
commit8701f9a7b0bdf25e8075db52061df449a0b1a93b (patch)
tree20b40e947b3e1146c6dbde2d27274e2453db3609 /packages/pipeline/src/data_sources
parent427c2cd164f841f6b296b059c119fabb113c4e65 (diff)
downloaddexon-sol-tools-8701f9a7b0bdf25e8075db52061df449a0b1a93b.tar
dexon-sol-tools-8701f9a7b0bdf25e8075db52061df449a0b1a93b.tar.gz
dexon-sol-tools-8701f9a7b0bdf25e8075db52061df449a0b1a93b.tar.bz2
dexon-sol-tools-8701f9a7b0bdf25e8075db52061df449a0b1a93b.tar.lz
dexon-sol-tools-8701f9a7b0bdf25e8075db52061df449a0b1a93b.tar.xz
dexon-sol-tools-8701f9a7b0bdf25e8075db52061df449a0b1a93b.tar.zst
dexon-sol-tools-8701f9a7b0bdf25e8075db52061df449a0b1a93b.zip
Update pipeline to use new @0x npm org for imports
Diffstat (limited to 'packages/pipeline/src/data_sources')
-rw-r--r--packages/pipeline/src/data_sources/contract-wrappers/exchange_events.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/pipeline/src/data_sources/contract-wrappers/exchange_events.ts b/packages/pipeline/src/data_sources/contract-wrappers/exchange_events.ts
index 77217c601..46f115705 100644
--- a/packages/pipeline/src/data_sources/contract-wrappers/exchange_events.ts
+++ b/packages/pipeline/src/data_sources/contract-wrappers/exchange_events.ts
@@ -1,6 +1,6 @@
-import { ContractWrappers, ExchangeEvents, ExchangeFillEventArgs, ExchangeWrapper } from '@0xproject/contract-wrappers';
-import { Web3ProviderEngine } from '@0xproject/subproviders';
-import { Web3Wrapper } from '@0xproject/web3-wrapper';
+import { ContractWrappers, ExchangeEvents, ExchangeFillEventArgs, ExchangeWrapper } from '@0x/contract-wrappers';
+import { Web3ProviderEngine } from '@0x/subproviders';
+import { Web3Wrapper } from '@0x/web3-wrapper';
import { LogWithDecodedArgs } from 'ethereum-types';
const BLOCK_FINALITY_THRESHOLD = 10; // When to consider blocks as final. Used to compute default toBlock.