rebase
This commit is contained in:
parent
752dd04546
commit
8869d79c68
@ -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 => {
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user