diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-30 18:04:48 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-10-31 00:49:16 +0800 |
commit | 02b33f988f2ffa3e02fcb1c88987498cf35c42cc (patch) | |
tree | a3e0d2dbe2781b7b0aa9f00f60cd23c074e52db2 /src | |
parent | 7bf6e6188aad6f5ae3de4fe04074abed33c73c53 (diff) | |
download | dexon-sol-tools-02b33f988f2ffa3e02fcb1c88987498cf35c42cc.tar dexon-sol-tools-02b33f988f2ffa3e02fcb1c88987498cf35c42cc.tar.gz dexon-sol-tools-02b33f988f2ffa3e02fcb1c88987498cf35c42cc.tar.bz2 dexon-sol-tools-02b33f988f2ffa3e02fcb1c88987498cf35c42cc.tar.lz dexon-sol-tools-02b33f988f2ffa3e02fcb1c88987498cf35c42cc.tar.xz dexon-sol-tools-02b33f988f2ffa3e02fcb1c88987498cf35c42cc.tar.zst dexon-sol-tools-02b33f988f2ffa3e02fcb1c88987498cf35c42cc.zip |
Remove mempool event watcher config
Diffstat (limited to 'src')
-rw-r--r-- | src/0x.ts | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -185,7 +185,6 @@ export class ZeroEx { gasPrice, }; this._web3Wrapper = new Web3Wrapper(provider, defaults); - const mempoolPollingIntervalMs = _.isUndefined(config) ? undefined : config.mempoolPollingIntervalMs; this.token = new TokenWrapper( this._web3Wrapper, this._abiDecoder, |