Files
openzeppelin-contracts/migrations/2_deploy_contracts.js
2017-12-01 13:37:09 +02:00

10 lines
331 B
JavaScript

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