|
@@ -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);
|
|
|
};
|
|
|
};
|