mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-15 12:42:17 -04:00
change dir structure
This commit is contained in:
parent
0c6e638852
commit
23543683f3
12 changed files with 24 additions and 84 deletions
|
@ -1,7 +1,7 @@
|
|||
/* global artifacts, web3, contract */
|
||||
require('chai').use(require('bn-chai')(web3.utils.BN)).use(require('chai-as-promised')).should()
|
||||
|
||||
const { takeSnapshot, revertSnapshot } = require('../lib/ganacheHelper')
|
||||
const { takeSnapshot, revertSnapshot } = require('../scripts/ganacheHelper')
|
||||
|
||||
const MerkleTreeWithHistory = artifacts.require('./MerkleTreeWithHistoryMock.sol')
|
||||
const hasherContract = artifacts.require('./Hasher.sol')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue