This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add ENS Reverse Lookup to Create/Load Safe process (#3262)
* feat: Add ENS Reverse Lookup to Load Safe process * build: Add ens domain to provider info * feat: Add ens reverse lookup function * fix: ENS Lookup only on account change * chore: Cleanup code + add types * fix: Tweak logic + add return type * chore: Remove empty string constant * fix: Compare against ChainId * feat: Add ENS Reverse Lookup to Load Safe process * chore: Replace reverse ens lookup function from core sdk * feat: Add reverse ENS Lookup to create safe process * chore: Add typing, extract getOwnerName * refactor: use getOwnerName for load safe review step * chore: jest spy on ens getResolver to fix failing tests * fix: Don't use typed value as placeholder for owner name * fix: try catch ens resolver * build: Use ENS domain part for safe creation and loading * chore: Rename getDomainPart util function * fix: Move initial ENS fetch, fetch ENS when adding new owners * refactor: use absolute import paths * refactor: Use absolute paths for imports * fix: Get ENS if new owner is imported with qr code Co-authored-by: iamacook <aaron.cook@gnosis.pm>
- Loading branch information
1 parent
e12d4fd
commit dd8724e
Showing
16 changed files
with
146 additions
and
86 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
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
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
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
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
Oops, something went wrong.