Consolidate TokenBounties into Bounty
This commit is contained in:
@ -2,7 +2,7 @@ module.exports = function(deployer) {
|
||||
deployer.deploy(PullPaymentBid);
|
||||
deployer.deploy(BadArrayUse);
|
||||
deployer.deploy(ProofOfExistence);
|
||||
deployer.deploy(SimpleTokenBounty);
|
||||
deployer.deploy(Bounty);
|
||||
deployer.deploy(CrowdsaleTokenBounty);
|
||||
deployer.deploy(Ownable);
|
||||
deployer.deploy(LimitFunds);
|
||||
|
||||
Reference in New Issue
Block a user