aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/exchange/transactions.ts
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2018-06-13 07:05:46 +0800
committerGitHub <noreply@github.com>2018-06-13 07:05:46 +0800
commit90cf85c3f0712e6714f3297200cf876582e9ec97 (patch)
treeb79fd5ce4b2eec3ee1d0503066a028e8b2a0556b /packages/contracts/test/exchange/transactions.ts
parentf50d3088dcc7fc7fb88ebfce397684b32aa037aa (diff)
parent0917fa0d75b7328c156af2ffafa641ae09286e2e (diff)
downloaddexon-sol-tools-90cf85c3f0712e6714f3297200cf876582e9ec97.tar.gz
dexon-sol-tools-90cf85c3f0712e6714f3297200cf876582e9ec97.tar.zst
dexon-sol-tools-90cf85c3f0712e6714f3297200cf876582e9ec97.zip
Merge pull request #682 from 0xProject/feature/contracts/popProxyId
Remove proxyId checks in AssetProxies
Diffstat (limited to 'packages/contracts/test/exchange/transactions.ts')
-rw-r--r--packages/contracts/test/exchange/transactions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/test/exchange/transactions.ts b/packages/contracts/test/exchange/transactions.ts
index 12390ce01..21ff123e5 100644
--- a/packages/contracts/test/exchange/transactions.ts
+++ b/packages/contracts/test/exchange/transactions.ts
@@ -72,7 +72,7 @@ describe('Exchange transactions', () => {
artifacts.Exchange,
provider,
txDefaults,
- assetProxyUtils.encodeERC20AssetData(zrxToken.address),
+ zrxToken.address,
);
exchangeWrapper = new ExchangeWrapper(exchange, provider);
await exchangeWrapper.registerAssetProxyAsync(AssetProxyId.ERC20, erc20Proxy.address, owner);