Skip to content

Commit

Permalink
Add missing parameter for l2 tx (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrause98 authored Jan 18, 2024
1 parent 97aa845 commit 7386654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l2-contracts/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export async function getL1TxInfo(
const l1Calldata = zksync.interface.encodeFunctionData("requestL2Transaction", [
to,
0,
0,
l2Calldata,
priorityTxMaxGasLimit,
REQUIRED_L1_TO_L2_GAS_PER_PUBDATA_LIMIT,
Expand Down

0 comments on commit 7386654

Please sign in to comment.