mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-02 06:16:03 -04:00
styling final
This commit is contained in:
parent
7eaa5fcb4f
commit
b0c896c681
9 changed files with 14 additions and 7 deletions
|
@ -1,3 +1,4 @@
|
|||
/* global artifacts */
|
||||
const Migrations = artifacts.require('Migrations')
|
||||
|
||||
module.exports = function(deployer) {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* global artifacts */
|
||||
const path = require('path')
|
||||
|
||||
const mimcGenContract = require('circomlib/src/mimcsponge_gencontract.js')
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* global artifacts */
|
||||
require('dotenv').config()
|
||||
const Verifier = artifacts.require('Verifier')
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* global artifacts */
|
||||
require('dotenv').config({ path: '../.env' })
|
||||
const Mixer = artifacts.require('Mixer')
|
||||
const Verifier = artifacts.require('Verifier')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue