aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/index.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-08-04 16:09:08 +0800
committerFabio Berger <me@fabioberger.com>2018-08-04 16:09:08 +0800
commit7759e67a5a51a213e19083f63df13e80ea4aefa2 (patch)
tree9eedc8e87196c080787f0a6841bdb67199cbcfed /packages/order-utils/src/index.ts
parent4d75689790075f734df9a2e3b80443c85e1ddc95 (diff)
downloaddexon-0x-contracts-7759e67a5a51a213e19083f63df13e80ea4aefa2.tar
dexon-0x-contracts-7759e67a5a51a213e19083f63df13e80ea4aefa2.tar.gz
dexon-0x-contracts-7759e67a5a51a213e19083f63df13e80ea4aefa2.tar.bz2
dexon-0x-contracts-7759e67a5a51a213e19083f63df13e80ea4aefa2.tar.lz
dexon-0x-contracts-7759e67a5a51a213e19083f63df13e80ea4aefa2.tar.xz
dexon-0x-contracts-7759e67a5a51a213e19083f63df13e80ea4aefa2.tar.zst
dexon-0x-contracts-7759e67a5a51a213e19083f63df13e80ea4aefa2.zip
Rename EIP712Utils to eip712Utils since objectLiterals shouldn't start with caps
Diffstat (limited to 'packages/order-utils/src/index.ts')
-rw-r--r--packages/order-utils/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/order-utils/src/index.ts b/packages/order-utils/src/index.ts
index 50a5106ca..f3b00a583 100644
--- a/packages/order-utils/src/index.ts
+++ b/packages/order-utils/src/index.ts
@@ -2,7 +2,7 @@ export { orderHashUtils } from './order_hash';
export { signatureUtils } from './signature_utils';
export { generatePseudoRandomSalt } from './salt';
export { assetDataUtils } from './asset_data_utils';
-export { EIP712Utils } from './eip712_utils';
+export { eip712Utils } from './eip712_utils';
export { OrderStateUtils } from './order_state_utils';
export { AbstractBalanceAndProxyAllowanceFetcher } from './abstract/abstract_balance_and_proxy_allowance_fetcher';