aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-utils/src/index.ts')
-rw-r--r--packages/order-utils/src/index.ts9
1 files changed, 1 insertions, 8 deletions
diff --git a/packages/order-utils/src/index.ts b/packages/order-utils/src/index.ts
index 436677efc..ff37d7088 100644
--- a/packages/order-utils/src/index.ts
+++ b/packages/order-utils/src/index.ts
@@ -19,14 +19,7 @@ export { ExchangeTransferSimulator } from './exchange_transfer_simulator';
export { BalanceAndProxyAllowanceLazyStore } from './store/balance_and_proxy_allowance_lazy_store';
export { OrderFilledCancelledLazyStore } from './store/order_filled_cancelled_lazy_store';
-export {
- eip712Utils,
- DEFAULT_DOMAIN_SCHEMA,
- EXCHANGE_DOMAIN_NAME,
- EXCHANGE_DOMAIN_VERSION,
- EXCHANGE_ORDER_SCHEMA,
- EXCHANGE_ZEROEX_TRANSACTION_SCHEMA,
-} from './eip712_utils';
+export { eip712Utils } from './eip712_utils';
export {
Provider,