mirror of
https://github.com/status-im/contracts.git
synced 2025-02-23 20:18:42 +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);
|
||
|
};
|