blockful-io / external-resolver

This project aims to scale the Ethereum Name Service (ENS) by consolidating existing patterns and proofs of concept into a unified and production-ready codebase.
MIT License
15 stars 3 forks source link

L2 Subdomain Registering #205

Closed pikonha closed 1 month ago

pikonha commented 2 months ago

L2 Subdomain Registering

All Submissions:

Description

All the required contracts from ENS to work were deployed to Arbitrum.

image

The L1 resolvers use the EIP-5559 to redirect writing calls to the L2 contracts according to the following diagram:

image

L2 subdomain registering

Related Issue

189

Changes

Changes to Core Features:

Additional Notes

The tests will be implemented in a future PR.