From db08896274699aaf967751927dcacd0c21e3aaaf Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 3 Oct 2017 15:51:09 +0300 Subject: Remove old tests --- src/0x.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/0x.ts b/src/0x.ts index d89c07aa6..c187fc5c2 100644 --- a/src/0x.ts +++ b/src/0x.ts @@ -202,6 +202,7 @@ export class ZeroEx { this._web3Wrapper = new Web3Wrapper(provider, defaults); this.token = new TokenWrapper( this._web3Wrapper, + this._abiDecoder, this._getTokenTransferProxyAddressAsync.bind(this), ); const exchageContractAddressIfExists = _.isUndefined(config) ? undefined : config.exchangeContractAddress; -- cgit v1.2.3