aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/0x.ts1
1 files changed, 1 insertions, 0 deletions
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;