mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-01-06 03:54:51 +01:00
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
/* global artifacts */
|
|
const Migrations = artifacts.require('Migrations')
|
|
|
|
module.exports = function(deployer) {
|
|
deployer.deploy(Migrations)
|
|
}
|