Skip to content

Commit

Permalink
fix bridge upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Nov 28, 2023
1 parent 2491d56 commit 92a8d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zksync/src/upgradeL2BridgeImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ async function getL1TxInfo(

async function getTransparentProxyUpgradeTxInfo(
deployer: Deployer,
proxyAddress: string,
target: string,
proxyAddress: string,
refundRecipient: string,
gasPrice: BigNumber
) {
Expand Down

0 comments on commit 92a8d12

Please sign in to comment.