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 { Actor, actorAddressesByName, FeeRecipient, Maker } from '../actors';
|
||||||
import { deployCoordinatorAsync } from './deploy_coordinator';
|
import { deployCoordinatorAsync } from './deploy_coordinator';
|
||||||
import { DeploymentManager } from '../deployment/deployment_mananger';
|
import { DeploymentManager } from '../utils/deployment_manager';
|
||||||
|
|
||||||
// tslint:disable:no-unnecessary-type-assertion
|
// tslint:disable:no-unnecessary-type-assertion
|
||||||
blockchainTests.resets('Coordinator tests', env => {
|
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 { BlockchainTestsEnvironment } from '@0x/contracts-test-utils';
|
||||||
import { BigNumber } from '@0x/utils';
|
import { BigNumber } from '@0x/utils';
|
||||||
|
|
||||||
import { DeploymentManager } from '../deployment/deployment_mananger';
|
import { DeploymentManager } from '../utils/deployment_manager';
|
||||||
|
|
||||||
export async function deployCoordinatorAsync(
|
export async function deployCoordinatorAsync(
|
||||||
deployment: DeploymentManager,
|
deployment: DeploymentManager,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user