Import AssetproxyId

This commit is contained in:
Leonid Logvinov
2018-07-16 14:31:33 +02:00
parent c5ba52910a
commit 55f6f02c9b

View File

@@ -28,7 +28,7 @@ import {
orderHashUtils,
OrderStateUtils,
} from '@0xproject/order-utils';
import { ExchangeContractErrs, OrderState, SignedOrder } from '@0xproject/types';
import { AssetProxyId, ExchangeContractErrs, OrderState, SignedOrder } from '@0xproject/types';
import { errorUtils, intervalUtils } from '@0xproject/utils';
import { BlockParamLiteral, LogEntryEvent, LogWithDecodedArgs, Provider } from 'ethereum-types';
import * as _ from 'lodash';