From 81b4f4928d1125ebe1900aef597cbe99f5c349bc Mon Sep 17 00:00:00 2001 From: Jacob Evans Date: Mon, 9 Jul 2018 16:50:26 +1000 Subject: Remove extra ERC20ProxyId from Forwarder constructor --- packages/migrations/src/2.0.0/migration.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/migrations/src/2.0.0') diff --git a/packages/migrations/src/2.0.0/migration.ts b/packages/migrations/src/2.0.0/migration.ts index 248e86102..226bf0a68 100644 --- a/packages/migrations/src/2.0.0/migration.ts +++ b/packages/migrations/src/2.0.0/migration.ts @@ -130,7 +130,6 @@ export const runV2MigrationsAsync = async (provider: Provider, artifactsDir: str ); // Forwarder - const erc20ProxyId = await erc20proxy.getProxyId.callAsync(); const forwarder = await ForwarderContract.deployFrom0xArtifactAsync( artifacts.Forwarder, provider, @@ -138,7 +137,6 @@ export const runV2MigrationsAsync = async (provider: Provider, artifactsDir: str exchange.address, etherToken.address, zrxToken.address, - erc20ProxyId, assetProxyUtils.encodeERC20AssetData(zrxToken.address), assetProxyUtils.encodeERC20AssetData(etherToken.address), ); -- cgit v1.2.3