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

@@ -33,7 +33,7 @@ import { AssetProxyId } from '@0x/types';
import { BigNumber } from '@0x/utils';
import { TxData } from 'ethereum-types';
import { AssetProxyDispatcher, Authorizable, Ownable } from './framework/wrapper_interfaces';
import { AssetProxyDispatcher, Authorizable, Ownable } from './framework/utils/wrapper_interfaces';
// tslint:disable:no-unnecessary-type-assertion
blockchainTests('Deployment and Configuration End to End Tests', env => {