mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-05 07:44:57 -04:00
mixer deploy WIP
This commit is contained in:
parent
19f916e6fd
commit
fb3f2425d2
10 changed files with 2143 additions and 40 deletions
6
migrations/3_deploy_verifier.js
Normal file
6
migrations/3_deploy_verifier.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
require('dotenv').config()
|
||||
const Verifier = artifacts.require("Verifier");
|
||||
|
||||
module.exports = function(deployer) {
|
||||
deployer.deploy(Verifier);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue