Commit 949f25b2 by Makoto Inoue

Deploy mock contracts on test

parent e033d802
......@@ -4,9 +4,10 @@ module.exports = function(deployer) {
deployer.deploy(ProofOfExistence);
deployer.deploy(Ownable);
deployer.deploy(LimitFunds);
if(deployer.network == 'test'){
deployer.deploy(SecureTargetMock);
deployer.deploy(SecureTargetFactory);
deployer.deploy(InsecureTargetMock);
deployer.deploy(InsecureTargetFactory);
};
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment