InstaContract/migrations/2_contract_migrations.js

6 lines
136 B
JavaScript
Raw Normal View History

2018-10-23 07:52:31 +00:00
const ownableFactory = artifacts.require('Ownable.sol')
module.exports = async deployer => {
await deployer.deploy(ownableFactory)
}