mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-01-11 13:09:25 -05:00
move ganacheHelper
This commit is contained in:
parent
6b3b7ca72b
commit
f5d8f48cf0
@ -4,7 +4,7 @@ require('chai')
|
|||||||
.use(require('chai-as-promised'))
|
.use(require('chai-as-promised'))
|
||||||
.should()
|
.should()
|
||||||
|
|
||||||
const { takeSnapshot, revertSnapshot } = require('../scripts/ganacheHelper')
|
const { takeSnapshot, revertSnapshot } = require('../lib/ganacheHelper')
|
||||||
|
|
||||||
const MerkleTreeWithHistory = artifacts.require('./MerkleTreeWithHistoryMock.sol')
|
const MerkleTreeWithHistory = artifacts.require('./MerkleTreeWithHistoryMock.sol')
|
||||||
const MiMC = artifacts.require('./MiMC.sol')
|
const MiMC = artifacts.require('./MiMC.sol')
|
||||||
|
@ -6,7 +6,7 @@ require('chai')
|
|||||||
const fs = require('fs')
|
const fs = require('fs')
|
||||||
|
|
||||||
const { toBN, toHex, randomHex } = require('web3-utils')
|
const { toBN, toHex, randomHex } = require('web3-utils')
|
||||||
const { takeSnapshot, revertSnapshot } = require('../scripts/ganacheHelper')
|
const { takeSnapshot, revertSnapshot } = require('../lib/ganacheHelper')
|
||||||
|
|
||||||
const Mixer = artifacts.require('./Mixer.sol')
|
const Mixer = artifacts.require('./Mixer.sol')
|
||||||
const { AMOUNT, MERKLE_TREE_HEIGHT, EMPTY_ELEMENT } = process.env
|
const { AMOUNT, MERKLE_TREE_HEIGHT, EMPTY_ELEMENT } = process.env
|
||||||
|
Loading…
Reference in New Issue
Block a user