mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-07 08:44:59 -04:00
6 lines
140 B
JavaScript
6 lines
140 B
JavaScript
/* global artifacts */
|
|
const Verifier = artifacts.require('Verifier')
|
|
|
|
module.exports = function (deployer) {
|
|
deployer.deploy(Verifier)
|
|
}
|