mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04:00
6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
|
const Migrations = artifacts.require("Migrations");
|
||
|
|
||
|
module.exports = function(deployer) {
|
||
|
deployer.deploy(Migrations);
|
||
|
};
|