2_deploy_contracts.js 132 B

12345
  1. //var Ownable = artifacts.require("ownership/Ownable.sol");
  2. module.exports = function(deployer) {
  3. //deployer.deploy(Ownable);
  4. };