Updated Coordinator wrappers and artifacts (#2346)

* Updated Coordinator wrappers and artifacts

* Use contracts-coordinator package for Coordinator

* disable custom CoordinatorWrapper

* trim disallowed artifact fields; fix exports for docs; lint
This commit is contained in:
Greg Hysz
2019-11-16 16:22:22 -08:00
committed by Xianny
parent df97b20913
commit b4b43a9e9e
12 changed files with 2165 additions and 2012 deletions

View File

@@ -1,7 +1,6 @@
export { ContractAddresses } from '@0x/contract-addresses';
export { ContractWrappers } from './contract_wrappers';
export { CoordinatorWrapper } from './coordinator_wrapper';
export {
ExchangeEventArgs,
@@ -126,14 +125,9 @@ export {
export {
SimpleContractArtifact,
ZeroExTransaction,
SignedOrder,
Order,
SimpleStandardContractOutput,
SignedZeroExTransaction,
SimpleEvmOutput,
SimpleEvmBytecodeOutput,
EIP712DomainWithDefaultSchema,
EventCallback,
DecodedLogEvent,
IndexedFilterValues,