From 8db90538a17a0458fba6d2ed8a8b51bf9edf0fa4 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 18 Sep 2017 12:26:16 +0200 Subject: Fetch tokenTransferProxy address from exchange contract --- test/artifacts_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/artifacts_test.ts b/test/artifacts_test.ts index 65d75f16e..59fd9e342 100644 --- a/test/artifacts_test.ts +++ b/test/artifacts_test.ts @@ -23,7 +23,7 @@ describe('Artifacts', () => { await (zeroEx.tokenRegistry as any)._getTokenRegistryContractAsync(); }).timeout(TIMEOUT); it('proxy contract is deployed', async () => { - await (zeroEx.token as any)._getProxyAddressAsync(); + await (zeroEx.token as any)._getTokentransferProxyAddressAsync(); }).timeout(TIMEOUT); it('exchange contract is deployed', async () => { await zeroEx.exchange.getContractAddressAsync(); -- cgit v1.2.3