Merge pull request #51 from AugustoL/master
Added Claimable contract as an extension of Ownable
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user