smart-contract/migrations/2_contract_migrations.js
2019-03-11 18:00:45 +05:30

6 lines
136 B
JavaScript

const ownableFactory = artifacts.require('Ownable.sol')
module.exports = async deployer => {
await deployer.deploy(ownableFactory)
}