ensdomains / ens-app

Legacy ENS manager app
https://legacy.ens.domains/
BSD 2-Clause "Simplified" License
222 stars 267 forks source link

Deploying ENS app to custom EVM chains #1628

Open nichonien opened 1 year ago

nichonien commented 1 year ago

Hi Team,

We at Energy Web have been trying to upgrade our ENS app (previously deployed right after migration - 2020), is there any guide that could help us make changes to accommodate our EVM chain?

On other note, we are able to connect to our chain and do some ENS operation but are facing issues at every point and get network does not support ENS (most of the time). Some of the open questions that we have reg the changes we have made so far are :

  1. We haven't deployed NameWrapper, DNSRegistrar and other newer contracts and are thinking if it would be necessary to do to so.
  2. The WalletConnect bridge fails, since it is coming from Web3Modal it is not possible to inject configuration / custom value, appreciate any help / information.