ensdomains/ens-app-v3

CCIP Resolve doesn't work if the resolver doesn't implement addr, text and contenthash but it should

Opened this issue · 0 comments

CCIP Resolve doesn't work if the resolver doesn't implement addr, text and contenthash but it should

Why it should work although it doesn't implement these interfaces? Because ENS is going to the direction of using resolve(bytes dnsencoded, bytes data) instead of these interface as seen in ensdomains/evmgateway#37