mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
5 lines
129 B
JavaScript
Executable file
5 lines
129 B
JavaScript
Executable file
var Migrations = artifacts.require("./Migrations.sol");
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(Migrations);
|
|
};
|