EP: Add LibSignature library (#21)

* `@0x/contracts-zero-ex`: Add `LibSignature` library

* `@0x/contracts-zero-ex`: Update package.json scripts

Co-authored-by: Lawrence Forman <me@merklejerk.com>
This commit is contained in:
Lawrence Forman
2020-10-29 17:47:17 -04:00
committed by GitHub
parent e2e14a977a
commit f4709ed1cb
12 changed files with 463 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ export { artifacts } from './artifacts';
export * from './migration';
export * from './nonce_utils';
export * from './signed_call_data';
export * from './signature_utils';
export {
AffiliateFeeTransformerContract,
BridgeAdapterContract,
@@ -48,3 +49,6 @@ export {
WethTransformerContract,
ZeroExContract,
} from './wrappers';
export * from './revert_errors';
export { EIP712TypedData } from '@0x/types';
export { SupportedProvider } from '@0x/subproviders';