mirror of
https://github.com/fluencelabs/smartcontracts
synced 2025-04-25 11:12:16 +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);
|
||
|
};
|