tornado-core/migrations/2_deploy_hasher.js

7 lines
145 B
JavaScript

/* global artifacts */
const Hasher = artifacts.require('Hasher')
module.exports = async function(deployer) {
await deployer.deploy(Hasher)
}