10 lines
317 B
JavaScript
10 lines
317 B
JavaScript
// var Ownable = artifacts.require("Ownable");
|
|
|
|
// 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);
|
|
};
|