UNPKG

dc-protocol

Version:

Start ganache and deploy our contracts

7 lines (5 loc) 239 B
var Migrations = artifacts.require('./devtools/Migrations.sol') module.exports = async function (deployer, network) { if (network === 'ropsten'|| network === 'ropsten-fork'||network === 'rinkeby') return deployer.deploy(Migrations) }