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

@@ -25,7 +25,7 @@ import { BigNumber } from '@0x/utils';
import { TxData } from 'ethereum-types';
import * as _ from 'lodash';
import { AssetProxyDispatcher, Authorizable, Ownable } from './wrapper_interfaces';
import { AssetProxyDispatcher, Authorizable, Ownable } from './utils/wrapper_interfaces';
/**
* Adds a batch of authorities to a list of authorizable contracts.