mirror of
https://github.com/Instadapp/yield-contract.git
synced 2024-07-29 21:47:29 +00:00
6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
|
const Migrations = artifacts.require("Migrations");
|
||
|
|
||
|
module.exports = function(deployer) {
|
||
|
deployer.deploy(Migrations);
|
||
|
};
|