UNPKG

@decentral.ee/web3-helpers

Version:
6 lines (4 loc) 125 B
const Migrations = artifacts.require("Migrations"); module.exports = function(deployer) { deployer.deploy(Migrations); };