Fix build

This commit is contained in:
Amir Bandeali
2019-09-16 09:21:30 -07:00
parent de9527ce2f
commit 6641af2a58
8 changed files with 105 additions and 101 deletions

View File

@@ -22,7 +22,7 @@ export { typeEncodingUtils } from './type_encoding_utils';
export { profiler } from './profiler';
export { coverage } from './coverage';
export { Web3ProviderEngine } from '@0x/subproviders';
export { addressUtils } from './address_utils';
export { randomAddress } from './address_utils';
export { OrderFactory } from './order_factory';
export { bytes32Values, testCombinatoriallyWithReferenceFunc, uint256Values } from './combinatorial_utils';
export { TransactionFactory } from './transaction_factory';