Add validateFillOrderThrowIfInvalidAsync and validateOrderFillableOrThrowAsync to ExchangeWrapper

This commit is contained in:
Fabio Berger
2018-09-04 16:27:16 +01:00
parent 8d7f2a993a
commit d496a7585c
3 changed files with 83 additions and 2 deletions

View File

@@ -111,6 +111,8 @@ export class ContractWrappers {
this.exchange = new ExchangeWrapper(
this._web3Wrapper,
config.networkId,
this.erc20Token,
this.erc721Token,
config.exchangeContractAddress,
config.zrxContractAddress,
blockPollingIntervalMs,