aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/exchange_transfer_simulator.ts
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-10-24 21:40:38 +0800
committerGitHub <noreply@github.com>2017-10-24 21:40:38 +0800
commit641d3b75eadf8f3330d60ca26b7edc06a871219c (patch)
treea2fa218dfd160986d39a2281a6748c325ebba2d1 /src/utils/exchange_transfer_simulator.ts
parentfab2fa9adfe95db0b6f203efb926d52b6c9e14d4 (diff)
downloaddexon-0x-contracts-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar
dexon-0x-contracts-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.gz
dexon-0x-contracts-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.bz2
dexon-0x-contracts-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.lz
dexon-0x-contracts-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.xz
dexon-0x-contracts-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.zst
dexon-0x-contracts-641d3b75eadf8f3330d60ca26b7edc06a871219c.zip
Revert "Reduce final bundle size by 11% (82kB)"
Diffstat (limited to 'src/utils/exchange_transfer_simulator.ts')
-rw-r--r--src/utils/exchange_transfer_simulator.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/exchange_transfer_simulator.ts b/src/utils/exchange_transfer_simulator.ts
index b85869351..db12abd29 100644
--- a/src/utils/exchange_transfer_simulator.ts
+++ b/src/utils/exchange_transfer_simulator.ts
@@ -1,4 +1,4 @@
-import {_} from '../utils/lodash';
+import * as _ from 'lodash';
import {ExchangeContractErrs, TradeSide, TransferType} from '../types';
import {TokenWrapper} from '../contract_wrappers/token_wrapper';