2_deploy_contracts.js 328 B

123456789
  1. //var Ownable = artifacts.require("ownership/Ownable.sol");
  2. // NOTE: Use this file to easily deploy the contracts you're writing.
  3. // (but make sure to reset this file before committing
  4. // with `git checkout HEAD -- migrations/2_deploy_contracts.js`)
  5. module.exports = function(deployer) {
  6. //deployer.deploy(Ownable);
  7. };