diff options
Diffstat (limited to 'src/0x.ts')
-rw-r--r-- | src/0x.ts | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -210,7 +210,8 @@ export class ZeroEx { this._web3Wrapper, this._abiDecoder, this.token, - exchageContractAddressIfExists); + exchageContractAddressIfExists, + ); this.proxy = new TokenTransferProxyWrapper( this._web3Wrapper, this._getTokenTransferProxyAddressAsync.bind(this), |