-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert(adapters): make
AdapterL1.getFullRequiredDepositFee
work wit…
…h overrides This reverts commit 9feb1e1. BREAKING CHANGE: Remove support from `AdapterL1.getFullRequiredDepositFee` for considering `overrides.from` as the initiator of the operation. This functionality was previously used to calculate the full deposit fee for accounts whose private key is unknown. However, this feature is no longer necessary because `L1VoidSigner.getFullRequiredDepositFee` is specifically designed to handle such cases.
- Loading branch information
1 parent
5ee87e8
commit 0ed9389
Showing
2 changed files
with
4 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters