aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/scripts
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-11-09 02:15:09 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-13 01:14:08 +0800
commit9d8c423b983e23c2f5e1a404ddb97a68708d618e (patch)
treeca34a6ed5a94b5201034740bc5c43a03c34ae2b5 /packages/pipeline/src/scripts
parentd24b2a5a6951e980f950995bbbfb8ac68888caf9 (diff)
downloaddexon-0x-contracts-9d8c423b983e23c2f5e1a404ddb97a68708d618e.tar.gz
dexon-0x-contracts-9d8c423b983e23c2f5e1a404ddb97a68708d618e.tar.zst
dexon-0x-contracts-9d8c423b983e23c2f5e1a404ddb97a68708d618e.zip
Reorganize entities. Make scripts work from any directory.
Diffstat (limited to 'packages/pipeline/src/scripts')
-rw-r--r--packages/pipeline/src/scripts/merge_v2_events.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pipeline/src/scripts/merge_v2_events.ts b/packages/pipeline/src/scripts/merge_v2_events.ts
index 227ece121..99a76aa61 100644
--- a/packages/pipeline/src/scripts/merge_v2_events.ts
+++ b/packages/pipeline/src/scripts/merge_v2_events.ts
@@ -3,7 +3,7 @@ import 'reflect-metadata';
import { Connection, createConnection } from 'typeorm';
import { ExchangeEventsSource } from '../data_sources/contract-wrappers/exchange_events';
-import { ExchangeFillEvent } from '../entities/ExchangeFillEvent';
+import { ExchangeFillEvent } from '../entities';
import { deployConfig } from '../ormconfig';
import { parseExchangeEvents } from '../parsers/events';