move logger, pseudorandom, wrapper_interfaces to framework/utils/

This commit is contained in:
Michael Zhu
2019-11-26 15:07:11 -08:00
parent 1dcbebd130
commit 130653a1aa
15 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ import { BaseContract, ContractFunctionObj, ContractTxFunctionObj } from '@0x/ba
import { TransactionReceiptWithDecodedLogs, TxData } from 'ethereum-types';
import * as _ from 'lodash';
import { logger } from '../logger';
import { logger } from '../utils/logger';
// tslint:disable:max-classes-per-file
export type GenericContractFunction<T> = (...args: any[]) => ContractFunctionObj<T>;