diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-10-24 21:40:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 21:40:38 +0800 |
commit | 641d3b75eadf8f3330d60ca26b7edc06a871219c (patch) | |
tree | a2fa218dfd160986d39a2281a6748c325ebba2d1 /src/utils/abi_decoder.ts | |
parent | fab2fa9adfe95db0b6f203efb926d52b6c9e14d4 (diff) | |
download | dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.gz dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.bz2 dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.lz dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.xz dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.tar.zst dexon-sol-tools-641d3b75eadf8f3330d60ca26b7edc06a871219c.zip |
Revert "Reduce final bundle size by 11% (82kB)"
Diffstat (limited to 'src/utils/abi_decoder.ts')
-rw-r--r-- | src/utils/abi_decoder.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/abi_decoder.ts b/src/utils/abi_decoder.ts index 7d0fa8b94..a6c45bee7 100644 --- a/src/utils/abi_decoder.ts +++ b/src/utils/abi_decoder.ts @@ -1,5 +1,5 @@ import * as Web3 from 'web3'; -import {_} from '../utils/lodash'; +import * as _ from 'lodash'; import * as BigNumber from 'bignumber.js'; import {AbiType, DecodedLogArgs, LogWithDecodedArgs, RawLog, SolidityTypes, ContractEventArgs} from '../types'; import * as SolidityCoder from 'web3/lib/solidity/coder'; |