From 94b9d5644c0d2536e3426ff9e9bd938a96a671ed Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Fri, 1 Jun 2018 13:33:46 -0700 Subject: Fix type imports --- packages/order-utils/src/order_hash.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/order-utils/src/order_hash.ts') diff --git a/packages/order-utils/src/order_hash.ts b/packages/order-utils/src/order_hash.ts index a4e36ab89..d62d428eb 100644 --- a/packages/order-utils/src/order_hash.ts +++ b/packages/order-utils/src/order_hash.ts @@ -1,7 +1,8 @@ import { schemas, SchemaValidator } from '@0xproject/json-schemas'; -import { Order, SignatureType, SignedOrder, SolidityTypes } from '@0xproject/types'; +import { Order, SignatureType, SignedOrder } from '@0xproject/types'; import { BigNumber } from '@0xproject/utils'; import BN = require('bn.js'); +import { SolidityTypes } from 'ethereum-types'; import * as ethABI from 'ethereumjs-abi'; import * as ethUtil from 'ethereumjs-util'; import * as _ from 'lodash'; -- cgit v1.2.3