Deploy mock contracts on test
This commit is contained in:
@ -4,9 +4,10 @@ module.exports = function(deployer) {
|
|||||||
deployer.deploy(ProofOfExistence);
|
deployer.deploy(ProofOfExistence);
|
||||||
deployer.deploy(Ownable);
|
deployer.deploy(Ownable);
|
||||||
deployer.deploy(LimitFunds);
|
deployer.deploy(LimitFunds);
|
||||||
|
|
||||||
if(deployer.network == 'test'){
|
if(deployer.network == 'test'){
|
||||||
|
deployer.deploy(SecureTargetMock);
|
||||||
deployer.deploy(SecureTargetFactory);
|
deployer.deploy(SecureTargetFactory);
|
||||||
|
deployer.deploy(InsecureTargetMock);
|
||||||
deployer.deploy(InsecureTargetFactory);
|
deployer.deploy(InsecureTargetFactory);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user