This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
BUG: Unexpected error when attempting to deposit using deposit
#5
Labels
deposit
#5
Bug Report
Description: When using the
zkWallet.deposit
method in the deployment script and then executing the deploy command, an unexpected error is thrown indicating a transaction revert without a reason string.Steps to Reproduce:
npx zksync-cli create-project hello-world
.cd hello-world
.deploy-greeter.ts
) with the provided script (adds back depositing funds to L2).Deployment script
yarn hardhat compile
.yarn deploy
.Expected Result: Deposit should be processed successfully and move on to the subsequent steps in the deploy script.
Actual Result: An error is thrown stating "missing revert data in call exception; Transaction reverted without a reason string".
Error:
The text was updated successfully, but these errors were encountered: