Refactor/3.0/coordinator client (#2348)

* deduplicate migrateOnceAsync() test helper

* move and rename coordinator client to @0x/contracts-coordinator
This commit is contained in:
Xianny
2019-11-22 12:19:00 -08:00
committed by GitHub
parent f6d26392fb
commit 50d5b4fa37
30 changed files with 1604 additions and 1625 deletions

View File

@@ -55,17 +55,7 @@ export {
ExchangeTransactionExecutionEventArgs,
} from '@0x/abi-gen-wrappers';
export {
OrderStatus,
ContractError,
ForwarderError,
CoordinatorServerCancellationResponse,
CoordinatorServerError,
ContractWrappersConfig,
OrderTransactionOpts,
TransactionOpts,
OrderInfo,
} from './types';
export { OrderStatus, ContractError, ForwarderError, ContractWrappersConfig, OrderInfo } from './types';
export {
BlockRange,