682c07cb73
* `@0x/contracts-zero-ex`: Use the `MetaTransaction` class from `@0x/protocol-utils` in tests. * `@0x/protocol-utils`: Add the `MetaTransaction` class for EP mtxs + refactors * update changelogs * `@0x/protocol-utils`: Add mtx tests * `@0x/protocol-utils`: Rename `mtx.ts` to `meta_transactions.ts` and misc review feedback Co-authored-by: Lawrence Forman <me@merklejerk.com>
5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
import { BigNumber } from '@0x/utils';
|
|
|
|
export const ETH_TOKEN_ADDRESS = '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee';
|
|
export const ZERO = new BigNumber(0);
|