Added Claimable contract as an extension of Ownable with the Claimable tests

This commit is contained in:
AugustoL
2016-11-02 14:20:52 -03:00
parent c70a0cfd5d
commit 0f3a8051d6
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(SecureTargetMock);