@0x:contracts-integrations Addressed review comments

This commit is contained in:
Alex Towle
2019-11-16 01:30:59 -08:00
parent 2818e56932
commit 4fe57ba025
11 changed files with 301 additions and 309 deletions

View File

@@ -41,7 +41,7 @@ export function validUnstakeAssertion(
zrxVault.address,
txData.from as string,
amount,
await deployment.devUtils.encodeERC20AssetData(deployment.tokens.zrx.address).callAsync(),
deployment.assetDataEncoder.ERC20Token(deployment.tokens.zrx.address).getABIEncodedTransactionData(),
);
return expectedBalances;
},