Fix integrations tests build
This commit is contained in:
parent
5dd3b8cf9d
commit
2fc449da4c
@ -25,6 +25,7 @@ blockchainTests('DevUtils.getOrderHash', env => {
|
||||
env.txDefaults,
|
||||
artifacts,
|
||||
exchange.address,
|
||||
constants.NULL_ADDRESS,
|
||||
);
|
||||
});
|
||||
|
||||
|
@ -79,6 +79,7 @@ blockchainTests.resets('LibAssetData', env => {
|
||||
env.txDefaults,
|
||||
artifacts,
|
||||
deployment.exchange.address,
|
||||
constants.NULL_ADDRESS,
|
||||
);
|
||||
|
||||
staticCallTarget = await TestStaticCallTargetContract.deployFrom0xArtifactAsync(
|
||||
|
@ -203,6 +203,7 @@ export class DeploymentManager {
|
||||
environment.txDefaults,
|
||||
devUtilsArtifacts,
|
||||
exchange.address,
|
||||
constants.NULL_ADDRESS,
|
||||
);
|
||||
const assetDataEncoder = new IAssetDataContract(constants.NULL_ADDRESS, environment.provider);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user