Deprecate abi-gen-wrappers (#2370)

* generate wrappers in @0x/contract-wrappers and delete abi-gen-wrappers

* trim exports from contract-wrappers

* separate contract-wrappers tests to get rid of dependency cycle

* remove dummy token contracts

* temporarily skip coordinator test until we can upgrade coordinator server
This commit is contained in:
Xianny
2019-11-27 17:50:24 -08:00
committed by GitHub
parent 6ac5bcc907
commit d73982819b
69 changed files with 245 additions and 7357 deletions

View File

@@ -1,5 +1,5 @@
import { DevUtilsContract } from '@0x/abi-gen-wrappers';
import { assert } from '@0x/assert';
import { DevUtilsContract } from '@0x/contract-wrappers';
import { schemas } from '@0x/json-schemas';
import {
EIP712DomainWithDefaultSchema,