Closed abdrasulov closed 1 year ago
what RPC did you use?
background: I guess the node you speak to hangs somewhere (e.g. at the merge point as the IN3 nodes do currently) - and so you get a old result
what RPC did you use?
The default one. The ENS instance was initialized like this:
val ens = ENS(getMin3RPC())
this is the problem then - it uses the incubed RPC - unfortunately the incubed RPC never made it through the merge as blockchains.llc killed the project ;-( Use another RPC and it should work fine
Trying to resolve the domain name "deepak.eth":
It responds with address
0x69c488Bcda156379B6661f08A35dB627E5D467Dd
. But the expected address is0x6942049509693fbb63d7F1395DAe5cFE1CCEc1BA
(https://app.ens.domains/name/deepak.eth/details)