blockful-io / external-resolver-dapp

https://external-resolver-dapp.vercel.app
2 stars 2 forks source link

feat: Enable contentHash Record #209

Closed eduramme closed 3 weeks ago

eduramme commented 1 month ago

Add support for managing contentHash records in ENS. Users should be able to retrieve and update the contentHash associated with their ENS domains.

Tasks:

https://www.figma.com/design/zkL15TsNWgrCVxi30WflqA/Domain-Resolver-(ENS-dapp)?node-id=1726-6740&node-type=canvas&t=loxlkSAXEePLnloZ-0

Image

pikonha commented 1 month ago

in here you can find the setContenthash function signature you need to call in order to set the contenthash of a given domain

pikonha commented 1 month ago

unblocked by #161

pikonha commented 1 month ago

client usage

pikonha commented 3 weeks ago

it seems to be working fine both the read and write on db and only the write on the arb domains, which is a known problem on our Arbitrum CCIP-Read implementation. but this issue is approved ✅