Skip to content

Commit

Permalink
fix: add approve base erc20
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Jul 10, 2024
1 parent fd29357 commit 8d45fed
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 8d45fed

Please sign in to comment.