Rename directories

This commit is contained in:
Amir Bandeali
2018-02-01 15:48:06 -08:00
parent bb4c8bf8eb
commit d5d6079b67
64 changed files with 5551 additions and 6432 deletions

View File

@@ -5,7 +5,7 @@ import * as path from 'path';
import { constants } from '../../util/constants';
const deployerOpts = {
artifactsDir: `${path.resolve('build')}/artifacts`,
artifactsDir: path.resolve('artifacts'),
jsonrpcPort: devConstants.RPC_PORT,
networkId: constants.TESTRPC_NETWORK_ID,
defaults: {