This commit is contained in:
Roman Storm 2019-12-16 14:11:57 -08:00
parent 08f8bfb070
commit fd173c5234
3 changed files with 10 additions and 9 deletions

View file

@ -1,7 +1,7 @@
/* global artifacts */
require('dotenv').config({ path: '../.env' })
const ETHTornado = artifacts.require('ETHTornado')
// const ETHTornado = artifacts.require('MigratableETHTornado')
// const ETHTornado = artifacts.require('ETHTornado')
const ETHTornado = artifacts.require('MigratableETHTornado')
const Verifier = artifacts.require('Verifier')
const hasherContract = artifacts.require('Hasher')