mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-06-02 21:23:01 -04:00
migrate
This commit is contained in:
parent
08f8bfb070
commit
fd173c5234
3 changed files with 10 additions and 9 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue