mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
5 lines
125 B
JavaScript
5 lines
125 B
JavaScript
const Migrations = artifacts.require("Migrations");
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(Migrations);
|
|
};
|