Added Claimable contract as an extension of Ownable with the Claimable tests
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(SecureTargetMock);
|
||||
|
||||
Reference in New Issue
Block a user