Skip to content

Commit

Permalink
fix: approve base erc20 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 authored Jul 10, 2024
1 parent fd29357 commit ba1aa19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composables/zksync/deposit/useTransaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default (getL1Signer: () => Promise<L1Signer | undefined>) => {
token: transaction.tokenAddress,
amount: transaction.amount,
l2GasLimit: fee.l2GasLimit,
approveBaseERC20: true,
overrides,
});

Expand Down

0 comments on commit ba1aa19

Please sign in to comment.