-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(KeychainLock): support address args with any casing (#4164)
### Description [Viem's account.address](https://github.com/valora-inc/wallet/blob/main/src/viem/getLockableWallet.ts#L59) returns checksummed address, which doesn't work with KeychainLock, which uses lowercased addresses. This PR updates KeychainLock to support address args with any casing. We could also update the viem action to pass lowercased addresses, but seems safest to do it in KeychainLock ### Test plan Unit tests ### Related issues - Part of ACT-786 ### Backwards compatibility Yes
- Loading branch information
1 parent
089d1a8
commit 85f4a99
Showing
2 changed files
with
86 additions
and
38 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