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
It sounds like there's an issue when initializing the chat app when:
The user has an ENS domain, and its reverse record has been set
The wallet that they're using is configured to an EVM chain that's not Ethereum
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.
Discovered via this Discord chat
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.