diff --git a/composables/zksync/deposit/useTransaction.ts b/composables/zksync/deposit/useTransaction.ts index 1b8811878..eba7e9131 100644 --- a/composables/zksync/deposit/useTransaction.ts +++ b/composables/zksync/deposit/useTransaction.ts @@ -44,6 +44,7 @@ export default (getL1Signer: () => Promise) => { token: transaction.tokenAddress, amount: transaction.amount, l2GasLimit: fee.l2GasLimit, + approveBaseERC20: true, overrides, });