Remove proxyId argument from dispatchTransferFrom

This commit is contained in:
Remco Bloemen
2018-06-21 18:46:59 +02:00
committed by Amir Bandeali
parent 9341afe764
commit f7337c1a05
8 changed files with 20 additions and 41 deletions

View File

@@ -86,7 +86,7 @@ describe('Exchange core', () => {
artifacts.Exchange,
provider,
txDefaults,
zrxToken.address,
assetProxyUtils.encodeERC20AssetData(zrxToken.address),
);
exchangeWrapper = new ExchangeWrapper(exchange, provider);
await exchangeWrapper.registerAssetProxyAsync(AssetProxyId.ERC20, erc20Proxy.address, owner);