diff options
author | Fabio Berger <me@fabioberger.com> | 2018-08-04 16:09:08 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-08-04 16:09:08 +0800 |
commit | 7759e67a5a51a213e19083f63df13e80ea4aefa2 (patch) | |
tree | 9eedc8e87196c080787f0a6841bdb67199cbcfed /packages/order-utils/src/index.ts | |
parent | 4d75689790075f734df9a2e3b80443c85e1ddc95 (diff) | |
download | dexon-sol-tools-7759e67a5a51a213e19083f63df13e80ea4aefa2.tar dexon-sol-tools-7759e67a5a51a213e19083f63df13e80ea4aefa2.tar.gz dexon-sol-tools-7759e67a5a51a213e19083f63df13e80ea4aefa2.tar.bz2 dexon-sol-tools-7759e67a5a51a213e19083f63df13e80ea4aefa2.tar.lz dexon-sol-tools-7759e67a5a51a213e19083f63df13e80ea4aefa2.tar.xz dexon-sol-tools-7759e67a5a51a213e19083f63df13e80ea4aefa2.tar.zst dexon-sol-tools-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.ts | 2 |
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'; |