2019-07-16 16:49:45 -04:00
|
|
|
/* global artifacts */
|
2019-07-16 13:27:20 -04:00
|
|
|
const Verifier = artifacts.require('Verifier')
|
2019-07-12 11:04:45 -04:00
|
|
|
|
2021-02-11 01:23:18 -05:00
|
|
|
module.exports = function (deployer) {
|
2019-07-16 13:27:20 -04:00
|
|
|
deployer.deploy(Verifier)
|
|
|
|
}
|