diff options
Diffstat (limited to 'packages/migrations/src/2.0.0/migration.ts')
-rw-r--r-- | packages/migrations/src/2.0.0/migration.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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), ); |