mirror of
https://github.com/fluencelabs/smartcontracts
synced 2025-04-24 18:52:19 +00:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
var Migrations = artifacts.require("./Migrations.sol");
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(Migrations);
|
|
};
|