InstaContract/migrations/2_contract_migrations.js
2018-10-23 13:22:31 +05:30

6 lines
136 B
JavaScript

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