Merge pull request #51 from AugustoL/master

Added Claimable contract as an extension of Ownable
This commit is contained in:
Manuel Aráoz
2016-11-09 17:36:08 -03:00
committed by GitHub
3 changed files with 87 additions and 0 deletions

View File

@ -3,6 +3,7 @@ module.exports = function(deployer) {
deployer.deploy(BadArrayUse);
deployer.deploy(ProofOfExistence);
deployer.deploy(Ownable);
deployer.deploy(Claimable);
deployer.deploy(LimitFunds);
if(deployer.network == 'test'){
deployer.deploy(SecureTargetBounty);