updated protocol fee utils

This commit is contained in:
David Sun
2019-11-22 08:49:33 -05:00
committed by Jacob Evans
parent 85de0b91b1
commit a83bc53c6a

View File

@@ -1,4 +1,4 @@
import { ExchangeContract } from '@0x/contract-wrappers';
import { ExchangeContract } from '@0x/contracts-exchange';
import { Order } from '@0x/types';
import { BigNumber } from '@0x/utils';
import * as _ from 'lodash';