Files
openzeppelin-contracts/migrations/2_deploy_contracts.js
2016-09-30 13:29:34 -03:00

9 lines
231 B
JavaScript

module.exports = function(deployer) {
deployer.deploy(PullPaymentBid);
deployer.deploy(BadArrayUse);
deployer.deploy(ProofOfExistence);
deployer.deploy(Bounty);
deployer.deploy(Ownable);
deployer.deploy(LimitFunds);
};