Fix tests

This commit is contained in:
Leonid Logvinov
2018-04-05 13:19:14 +02:00
parent 59edca4166
commit b99c797945
3 changed files with 3 additions and 4 deletions

View File

@@ -7,9 +7,8 @@ import { constants } from '../../util/constants';
import { web3 } from './web3_wrapper';
const deployerOpts = {
web3Provider: web3.currentProvider,
provider: web3.currentProvider,
artifactsDir: path.resolve('src', 'artifacts'),
jsonrpcUrl: devConstants.RPC_URL,
networkId: constants.TESTRPC_NETWORK_ID,
defaults: {
gas: devConstants.GAS_ESTIMATE,