UNPKG

129 BJavaScriptView Raw
1var Migrations = artifacts.require("./Migrations.sol");
2
3module.exports = function(deployer) {
4 deployer.deploy(Migrations);
5};