move logger, pseudorandom, wrapper_interfaces to framework/utils/
This commit is contained in:
@@ -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>;
|
||||
|
Reference in New Issue
Block a user