Fix integrations tests build

This commit is contained in:
Amir 2020-01-11 15:39:56 -08:00
parent 5dd3b8cf9d
commit 2fc449da4c
3 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ blockchainTests('DevUtils.getOrderHash', env => {
env.txDefaults,
artifacts,
exchange.address,
constants.NULL_ADDRESS,
);
});

View File

@ -79,6 +79,7 @@ blockchainTests.resets('LibAssetData', env => {
env.txDefaults,
artifacts,
deployment.exchange.address,
constants.NULL_ADDRESS,
);
staticCallTarget = await TestStaticCallTargetContract.deployFrom0xArtifactAsync(

View File

@ -203,6 +203,7 @@ export class DeploymentManager {
environment.txDefaults,
devUtilsArtifacts,
exchange.address,
constants.NULL_ADDRESS,
);
const assetDataEncoder = new IAssetDataContract(constants.NULL_ADDRESS, environment.provider);