diff --git a/zksync/src/upgradeL2BridgeImpl.ts b/zksync/src/upgradeL2BridgeImpl.ts index 5f16ee48f..e7c4fe170 100644 --- a/zksync/src/upgradeL2BridgeImpl.ts +++ b/zksync/src/upgradeL2BridgeImpl.ts @@ -97,8 +97,8 @@ async function getL1TxInfo( async function getTransparentProxyUpgradeTxInfo( deployer: Deployer, - proxyAddress: string, target: string, + proxyAddress: string, refundRecipient: string, gasPrice: BigNumber ) {