4b3e03832
e85a69655
1 2 3 4
5
6
import {Artifacts} from '../util/artifacts'; const {Migrations} = new Artifacts(artifacts); module.exports = (deployer: any) => { deployer.deploy(Migrations); };