-
Notifications
You must be signed in to change notification settings - Fork 365
feat: Add ENS Reverse Lookup to Create/Load Safe process #3262
Conversation
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
Pull Request Test Coverage Report for Build 1729147136
💛 - Coveralls |
…safe-react into safe-creation-reverse-ens-lookup
Deployment links
|
E2E Tests Failed Failed tests:
|
ESLint Summary View Full Report
Report generated by eslint-plus-action |
Usame: |
Something is wrong with the branch, it shows too many changes. |
Had to rebase it to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
src/logic/wallets/getWeb3.ts
Outdated
} | ||
|
||
const isValidAddress = sameString(verifiedAddress, address) | ||
return isValidAddress ? name : '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changed in the provider inclusion ticket. Maybe you should rebase on that?
# Conflicts: # package.json # src/logic/wallets/getWeb3.ts
This happened to me too while testing but I thought it was a hot reload issue. I will look into it!
Good catch! I would suggest we also fetch ENS when manually adding new Owners. cc @katspaugh |
src/routes/CreateSafePage/steps/OwnersAndConfirmationsNewSafeStep.tsx
Outdated
Show resolved
Hide resolved
Thanks for testing Franco! I added support to fetch ENS when importing an owner via QR Code. |
Looks good to me. |
What it solves
Resolves #3231
How this PR fixes it
We do ENS Lookups for Owners when loading and creating a safe and use the return value for the owner input fields
How to test it
Load Safe
Create Safe
Screenshots