You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2025. It is now read-only.
When a wallet is connected via the connect-wallet package, we should look up if the wallet also has an associated ENS and display it in the connected wallet state instead of the truncated address.
Concerns and challenges
This should only be the desired functionality when:
Either an Alchemy or Infura provider are present
Why?
Minimize the risk of rate limiting for developers and the storefronts which these components may be rendered on.
How to handle cross chain support (could defer this until Multichain support #3 is complete)
- [x] Initial ENS Support - Shopify/blockchain-components#8
- [ ] Loading ENS name component [Show spinner while loading ENS in ConnectButton]
- [ ] Decision: ENS Avatar support?
- [ ] Decision: Should the address pill allow folks to select either their ENS or their address?
- [ ] Decision: Should the address pill allow folks to select either their ENS or their address?
When a wallet is connected via the
connect-walletpackage, we should look up if the wallet also has an associated ENS and display it in the connected wallet state instead of the truncated address.Concerns and challenges