mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-12 19:22:29 -04:00
5 lines
125 B
JavaScript
5 lines
125 B
JavaScript
const Migrations = artifacts.require("Migrations");
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(Migrations);
|
|
};
|