Bounty contract

This commit is contained in:
Manuel Araoz
2016-08-11 16:29:10 -03:00
parent e7933fce47
commit 857e37e032
2 changed files with 42 additions and 0 deletions

View File

@ -3,4 +3,5 @@ module.exports = function(deployer) {
deployer.deploy(GoodFailEarly);
deployer.deploy(PullPaymentBid);
deployer.deploy(BadArrayUse);
deployer.deploy(Bounty);
};