Commit 8e7c7d54 by Makoto Inoue

Deploy mock contracts only for test

parent 83662fa5
......@@ -6,6 +6,8 @@ module.exports = function(deployer) {
deployer.deploy(CrowdsaleTokenBounty);
deployer.deploy(Ownable);
deployer.deploy(LimitFunds);
if(deployer.network == 'test'){
deployer.deploy(SecureTargetMock);
deployer.deploy(InsecureTargetMock);
};
};
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