Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(l2): replace solidity custom errors with
require()
(#1003)
**Motivation** <!-- Why does this pull request exist? What are its goals? --> It's easier to parse a string error rather than have the function selector for all posible custom errors. **Description** <!-- A clear and concise general description of the changes this PR introduces --> Replace `AmountToDepositIsZero` custom error with a `require()` <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #999
- Loading branch information