mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-01-13 14:09:27 -05:00
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
/* global artifacts */
|
|
const Verifier = artifacts.require('Verifier')
|
|
|
|
module.exports = function (deployer) {
|
|
deployer.deploy(Verifier)
|
|
}
|