2_deploy_contracts.js 135 B

12345
  1. module.exports = function(deployer) {
  2. deployer.deploy(PullPaymentBid);
  3. deployer.deploy(BadArrayUse);
  4. deployer.deploy(Bounty);
  5. };