@0x:contracts-integrations Reduced reliance on DevUtils even more

This commit is contained in:
Alex Towle
2019-11-12 17:13:27 -08:00
parent eb4ad0ba1b
commit 5fc6a03784
8 changed files with 83 additions and 43 deletions

View File

@@ -8,7 +8,7 @@ import { BigNumber } from '@0x/utils';
import { LogWithDecodedArgs, TransactionReceiptWithDecodedLogs } from 'ethereum-types';
import * as _ from 'lodash';
import { DeploymentManager } from './deployment_manager';
import { DeploymentManager } from '../deployment_manager';
export interface FillEventArgs {
orderHash: string;