This commit is contained in:
Michael Zhu 2019-10-22 17:02:58 -07:00
parent 752dd04546
commit 8869d79c68
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import { TransactionReceiptWithDecodedLogs } from 'ethereum-types';
import { Actor, actorAddressesByName, FeeRecipient, Maker } from '../actors';
import { deployCoordinatorAsync } from './deploy_coordinator';
import { DeploymentManager } from '../deployment/deployment_mananger';
import { DeploymentManager } from '../utils/deployment_manager';
// tslint:disable:no-unnecessary-type-assertion
blockchainTests.resets('Coordinator tests', env => {

View File

@ -3,7 +3,7 @@ import { artifacts as exchangeArtifacts } from '@0x/contracts-exchange';
import { BlockchainTestsEnvironment } from '@0x/contracts-test-utils';
import { BigNumber } from '@0x/utils';
import { DeploymentManager } from '../deployment/deployment_mananger';
import { DeploymentManager } from '../utils/deployment_manager';
export async function deployCoordinatorAsync(
deployment: DeploymentManager,