mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
|
const Migrations = artifacts.require("Migrations");
|
||
|
|
||
|
module.exports = function (deployer) {
|
||
|
deployer.deploy(Migrations);
|
||
|
};
|