xmtp / example-chat-react

This repo has been archived. Replacement apps include the XMTP Quickstart React and XMTP Inbox chat apps. For more details and links, see the README in this repo.
MIT License
74 stars 52 forks source link

Error when initializing client, account has an ENS domain set, and wallet's network is an EVM chain #79

Open galligan opened 2 years ago

galligan commented 2 years ago

Discovered via this Discord chat

CleanShot 2022-07-07 at 09 48 27@2x

It sounds like there's an issue when initializing the chat app when:

Perhaps whenever there's an ENS name configured, Ethereum should be the default for querying it. Though that may run into some issues later on when L2's are used for subdomains. Then again, perhaps the resolver contracts on L1 might solve for that.

saulmc commented 2 years ago

Related to #56