Skip to content

Commit

Permalink
chore: fix finalize withdrawal script II
Browse files Browse the repository at this point in the history
  • Loading branch information
fedealconada committed Sep 18, 2024
1 parent 0018267 commit ca62b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/FinalizeWithdrawal.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ contract FinalizeDepositScript is Script {
// grab only proof
args = new string[](5);
args[0] = "node";
args[1] = "contracts/custom-usdc-bridge/script/getWithdrawalParmas";
args[1] = "script/getWithdrawalParams";
args[2] = "--proof";
args[3] = "--hash";
args[4] = vm.envString("L2_WITHDRAWAL_HASH");
Expand Down

0 comments on commit ca62b13

Please sign in to comment.